diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-12 13:36:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-12 13:36:50 +0100 |
commit | f2cd9cb7128adfacc82756cbab86e6eefe11ac58 (patch) | |
tree | 27b0007c3347b7712741e2ddbe3cd7ce94091664 | |
parent | 0c9a7cfb694c245589ca2556ff5ca8a363ffb68a (diff) |
checkpkgist: minor
-rwxr-xr-x | checkpkgist/checkpkgist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpkgist/checkpkgist.php b/checkpkgist/checkpkgist.php index 33aee0e..a91e1ab 100755 --- a/checkpkgist/checkpkgist.php +++ b/checkpkgist/checkpkgist.php @@ -119,7 +119,7 @@ function run($name, $rpm) { } if (!$quiet) { - printf(" %-40s\r", $rpm); + printf(" %-80s\r", $rpm); } $rpmver = exec("rpm -q --qf '%{VERSION}' $rpm", $out, $ret); |