summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-10 18:47:15 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-10 18:47:15 +0200
commit3af2c760449a367bb3b503ac708da097f8923da7 (patch)
tree2a3ff2be667268caedb4b6d43a524a15ec526270 /check.php
parente0915ac169f7672477f00132693d011d56a2fc0d (diff)
add php71* packages in remi-safe
Diffstat (limited to 'check.php')
-rw-r--r--check.php6
1 files changed, 3 insertions, 3 deletions
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;
}