summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-10-19 17:14:37 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-10-19 17:14:37 +0200
commit510384ee7136faf6128c2e744032c329239231e8 (patch)
treec24de9e400ef8b65147d8439ec10e9eaf8b4f170
parent2421b0999c499dcdf1c8528f7fb5710fbab045a6 (diff)
-rw-r--r--lib/Travelynx/Command/stats.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/stats.pm b/lib/Travelynx/Command/stats.pm
index 45c34af..953c75d 100644
--- a/lib/Travelynx/Command/stats.pm
+++ b/lib/Travelynx/Command/stats.pm
@@ -33,7 +33,7 @@ sub refresh_all {
write_only => 1,
);
if ( $i == $total or ( $i % 10 ) == 0 ) {
- printf( "%.f%% complete", $i * 100 / $total );
+ printf( "%.f%% complete\n", $i * 100 / $total );
}
$i++;
}