summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-15 02:12:19 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-15 08:18:25 +0200
commitc44cb7015a8da38772b35ebf7dcd4b6468831b12 (patch)
treeffda6a16413e54c9fb7e212893a6d83c13be7d32 /bin
parenta282597b28e907fc85d6da85ec002c838a09c5a0 (diff)
downloadjenkins.debian.net-c44cb7015a8da38772b35ebf7dcd4b6468831b12.tar.xz
reproducible: common.sh: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 681c90b4..a41f9ce3 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -97,7 +97,7 @@ schedule_packages() {
/srv/jenkins/bin/reproducible_remote_scheduler.py \
--message "$REASON" \
--no-notify \
- --suite "$UITE" \
+ --suite "$SUITE" \
$@
}