diff options
-rwxr-xr-x | script/borg-restore.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/borg-restore.pl b/script/borg-restore.pl index be3d7cd..04f051d 100755 --- a/script/borg-restore.pl +++ b/script/borg-restore.pl @@ -186,9 +186,9 @@ my $app; fun print_archive_list ($archives, $show_counter=1) { my $counter = 0; for my $archive (@$archives) { - $counter++; printf "\e[0;33m%3d: ", $counter if $show_counter; printf "\e[1;33m%s\e[0m %s\n", App::BorgRestore::Helper::format_timestamp($archive->{modification_time}), $archive->{archive}; + $counter++; } } |