summaryrefslogtreecommitdiffstats
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
commitd6cfba5a72a556df80bb60e31d88183714fa5173 (patch)
tree90d8c8f876f77cc56cd1c6769ececfd9e378617e
parent6d695d98f7745c4bdd8561eb57d03a2b3e9e86e9 (diff)
checkpkgist:minor fix (last line cleanup)
-rwxr-xr-xcheckpkgist/checkpkgist.php2
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";