diff --git a/bundles/backup-freshness-check/files/check_backup_freshness b/bundles/backup-freshness-check/files/check_backup_freshness index f683b36..9bc8227 100644 --- a/bundles/backup-freshness-check/files/check_backup_freshness +++ b/bundles/backup-freshness-check/files/check_backup_freshness @@ -36,7 +36,7 @@ for dataset in config['datasets']: if snapshot_datetime < two_days_ago: days_ago = (now - snapshot_datetime).days - errors.add(f'dataset "{dataset}" has no backups sind {days_ago} days') + errors.add(f'dataset "{dataset}" has not been backed up for {days_ago} days') continue if errors: