summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster')
-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();