From f2cd9cb7128adfacc82756cbab86e6eefe11ac58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jan 2017 13:36:50 +0100 Subject: checkpkgist: minor --- checkpkgist/checkpkgist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit