From 3af2c760449a367bb3b503ac708da097f8923da7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2016 18:47:15 +0200 Subject: add php71* packages in remi-safe --- check.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check.php') diff --git a/check.php b/check.php index 6fcbe476..53617e22 100644 --- a/check.php +++ b/check.php @@ -140,11 +140,11 @@ if ($ref) { $pids = array(); $loc = getRepoTime($mirror.$full); if ($ref == $loc) { - printf("%50.50s: Ok\n", $mirror); + printf("%50.50s : Ok\n", $mirror); } else if ($loc) { - printf("%50.50s: %s\n", $mirror, date('r', $loc)); + printf("%50.50s : %s\n", $mirror, date('r', $loc)); } else { - printf("%50.50s: N/A\n", $mirror); + printf("%50.50s : N/A\n", $mirror); } break; } -- cgit