From 3065b6604af855297f26f08a3aae0b5e0b59cc30 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 26 Jul 2018 09:48:22 +0200 Subject: buildmaster/status.php: fix typo --- buildmaster/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildmaster/status.php') 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 . ".
\n"; -if (isset($last_return)) +if (isset($last_moved)) print " latest package move was on " . $last_moved . ".
\n"; print_footer(); -- cgit v1.2.3