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 | dfdc3a69115aeed7f8203430e124013bac3627c4 (patch) | |
tree | 027e576a2226392d79909ba20afd3833db737d46 /checkpkgist.php | |
parent | 6c5133c2bce6358615098fe96077863cb69b5423 (diff) |
checkpkgist:minor fix (last line cleanup)
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-x | checkpkgist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpkgist.php b/checkpkgist.php index dabfcb4..f350fcf 100755 --- a/checkpkgist.php +++ b/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"; |