From dfdc3a69115aeed7f8203430e124013bac3627c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 3 Jul 2016 09:24:26 +0200 Subject: checkpkgist:minor fix (last line cleanup) --- checkpkgist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkpkgist.php') 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"; -- cgit