summaryrefslogtreecommitdiffstats
path: root/check.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-01-31 07:41:36 +0100
committerRemi Collet <remi@php.net>2025-01-31 07:41:36 +0100
commit706359a1e387410210a27f9eddfdc42086a09027 (patch)
tree2686211f318d52fafa7788fbcfe24d0aab1e9565 /check.php
parent134be12f301e9e5cbd3055e7726397e588e22284 (diff)
refresh verHEADmaster
Diffstat (limited to 'check.php')
-rwxr-xr-xcheck.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.php b/check.php
index 5c8dc925..5e96b68d 100755
--- a/check.php
+++ b/check.php
@@ -191,7 +191,7 @@ function delta($ref, $loc) {
if ($d > 1) {
$unit .= 's';
}
- return sprintf("%s : %2d %s ago", date('r', $loc), $d, $unit);
+ return sprintf("%s :%3d %s ago", date('r', $loc), $d, $unit);
}
if (isset($_GET['mirror']) && isset($repos[$_GET['mirror']])) {