summaryrefslogtreecommitdiffstats
path: root/checkpkgist.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-03 09:24:26 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-03 09:24:26 +0200
commitdfdc3a69115aeed7f8203430e124013bac3627c4 (patch)
tree027e576a2226392d79909ba20afd3833db737d46 /checkpkgist.php
parent6c5133c2bce6358615098fe96077863cb69b5423 (diff)
checkpkgist:minor fix (last line cleanup)
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-xcheckpkgist.php2
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";