diff options
Diffstat (limited to 'checkpkgist')
-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"; |