summaryrefslogtreecommitdiff
path: root/buildmaster/status.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-26 09:48:22 +0200
committerErich Eckner <git@eckner.net>2018-07-26 09:48:22 +0200
commit3065b6604af855297f26f08a3aae0b5e0b59cc30 (patch)
tree22174ec2ed48be78b740d15e0d641aff1147bd6f /buildmaster/status.php
parent4a411afe3b5e6c742b7a6dc3e8a7e45d5d075091 (diff)
downloadwebsite-3065b6604af855297f26f08a3aae0b5e0b59cc30.tar.xz
buildmaster/status.php: fix typo
Diffstat (limited to 'buildmaster/status.php')
-rw-r--r--buildmaster/status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/status.php b/buildmaster/status.php
index 5a844c8..edb4455 100644
--- a/buildmaster/status.php
+++ b/buildmaster/status.php
@@ -44,7 +44,7 @@ if (isset($last_commit))
if (isset($last_return))
print " latest built package is from " . $last_return . ".<br>\n";
-if (isset($last_return))
+if (isset($last_moved))
print " latest package move was on " . $last_moved . ".<br>\n";
print_footer();