diff options
author | Erich Eckner <git@eckner.net> | 2018-07-26 09:48:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-26 09:48:22 +0200 |
commit | 3065b6604af855297f26f08a3aae0b5e0b59cc30 (patch) | |
tree | 22174ec2ed48be78b740d15e0d641aff1147bd6f | |
parent | 4a411afe3b5e6c742b7a6dc3e8a7e45d5d075091 (diff) | |
download | archweb32-3065b6604af855297f26f08a3aae0b5e0b59cc30.tar.xz |
buildmaster/status.php: fix typo
-rw-r--r-- | buildmaster/status.php | 2 |
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(); |