summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-20 21:24:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-20 21:24:06 +0100
commitff807ad858d6dd89ab8b99d7111ba9d968be19b7 (patch)
treef13e04644e854fb49e95abcbfca25c6695e95088 /bin/reproducible_schedule_on_demand.sh
parent5a054b3a6556128e2d84c948f23d0b3692ee6eb7 (diff)
downloadjenkins.debian.net-ff807ad858d6dd89ab8b99d7111ba9d968be19b7.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 1a73e3da..3cfda445 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -41,7 +41,7 @@ if [ -n "${BUILD_URL:-}" ] ; then
ACTION="rescheduled by $BUILD_URL"
fi
MESSAGE="$TOTAL $PACKAGES_TXT $ACTION in $SUITE: ${PACKAGES_NAMES:0:256}$BLABLABLA"
-if [ $ARTIFACTS eq 1 ] ; then
+if [ $ARTIFACTS -eq 1 ] ; then
MESSAGE="$MESSAGE - artifacts will be preserved."
fi