diff options
author | intrigeri <intrigeri@boum.org> | 2016-04-15 11:27:02 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2016-04-15 11:27:02 +0000 |
commit | 68a84ba233c36742a97ccf9a24bb9714c5819b5d (patch) | |
tree | 19ada7afba12a68feabfcf40d8fd4783b76fd984 | |
parent | 0b750b3483425181ec5832235395aae81a872d64 (diff) |
Fix copy'n'paste mistake.
-rwxr-xr-x | files/reprepro/snapshots/time_based/tails-delete-expired-apt-snapshots | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/reprepro/snapshots/time_based/tails-delete-expired-apt-snapshots b/files/reprepro/snapshots/time_based/tails-delete-expired-apt-snapshots index 57e2ac5..7ce54cb 100755 --- a/files/reprepro/snapshots/time_based/tails-delete-expired-apt-snapshots +++ b/files/reprepro/snapshots/time_based/tails-delete-expired-apt-snapshots @@ -123,7 +123,7 @@ foreach my $dir (@snapshots_dirs) { # Remove actual files: if ($dryrun) { - verbose_print(" should be removing: $db_id\n"); + verbose_print(" should be removing: $snapshot\n"); } else { verbose_print(" removing: $snapshot\n"); |