summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-12 13:36:50 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-12 13:36:50 +0100
commitf2cd9cb7128adfacc82756cbab86e6eefe11ac58 (patch)
tree27b0007c3347b7712741e2ddbe3cd7ce94091664
parent0c9a7cfb694c245589ca2556ff5ca8a363ffb68a (diff)
checkpkgist: minor
-rwxr-xr-xcheckpkgist/checkpkgist.php2
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);