Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-05-23 20:48:24 +0200
committerErich Eckner <git@eckner.net>2023-05-23 20:48:24 +0200
commitdcc6212d4b49db318bdba1084c6a668f7b32c347 (patch)
treec70ead93db54926380139c771adb01ec30e27a68
parent8a9712530598c24637102396d6b2b525d25c870f (diff)
fix tyop
-rw-r--r--buildmaster/build-slaves.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php
index 0da5615..8efa131 100644
--- a/buildmaster/build-slaves.php
+++ b/buildmaster/build-slaves.php
@@ -70,7 +70,7 @@ $columns = array(
)
);
-$swowall=0;
+$showall=0;
if (array_key_exists("showall", $_GET) && $_GET["showall"] == "on") {
$showall=1;
}