From 510384ee7136faf6128c2e744032c329239231e8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 Oct 2025 17:14:37 +0200 Subject: ... --- lib/Travelynx/Command/stats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Command') 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++; } -- cgit v1.2.3