diff options
Diffstat (limited to 'bin/sqlite-migration')
-rwxr-xr-x | bin/sqlite-migration | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sqlite-migration b/bin/sqlite-migration index 2b2d235..4ccceec 100755 --- a/bin/sqlite-migration +++ b/bin/sqlite-migration @@ -226,7 +226,7 @@ for my $row ( @{ $old_dbh->selectall_arrayref('select * from departures') } ) { print "\n"; $timer->restart( min => 1, - max => $total, + max => 99, ); for my $msg ( 1 .. 99 ) { print $timer->report( "\r\e[2Kmsg table : %40b ETR %E", $msg ); |