diff options
| -rw-r--r-- | lib/Travelynx/Command/stats.pm | 2 | 
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++;  	} | 
