summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Travelynx/Command/stats.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Command/stats.pm b/lib/Travelynx/Command/stats.pm
index 214abfd..45c34af 100644
--- a/lib/Travelynx/Command/stats.pm
+++ b/lib/Travelynx/Command/stats.pm
@@ -35,6 +35,7 @@ sub refresh_all {
if ( $i == $total or ( $i % 10 ) == 0 ) {
printf( "%.f%% complete", $i * 100 / $total );
}
+ $i++;
}
}