diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-03 09:24:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-03 09:24:26 +0200 |
commit | d6cfba5a72a556df80bb60e31d88183714fa5173 (patch) | |
tree | 90d8c8f876f77cc56cd1c6769ececfd9e378617e /checkpkgist/checkpkgist.php | |
parent | 6d695d98f7745c4bdd8561eb57d03a2b3e9e86e9 (diff) |
checkpkgist:minor fix (last line cleanup)
Diffstat (limited to 'checkpkgist/checkpkgist.php')
-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 dabfcb4..f350fcf 100755 --- a/checkpkgist/checkpkgist.php +++ b/checkpkgist/checkpkgist.php @@ -222,4 +222,4 @@ if (count($tmp)) { foreach ($pkgs as $rpm => $name) { run($name, $rpm); } -echo str_repeat(' ', 50)."\n"; +echo str_repeat(' ', 80)."\n"; |