summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-05-04 10:38:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-04 10:41:12 +0200
commite80c54224a5c9868a26540c68956f7f95d917e73 (patch)
treeffb851a5fbc97c7a7571dad2b271aea4b8fed452 /bin/reproducible_build.sh
parent5c61610adaa41bd3021bf583bbd7a06721d8650b (diff)
downloadjenkins.debian.net-e80c54224a5c9868a26540c68956f7f95d917e73.tar.xz
reproducible: build: fix typo
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 69ddcd06..b0aced7d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -83,7 +83,7 @@ save_artifacts() {
# irc message
if [ ! -z "$NOTIFY" ] ; then
local MESSAGE="$URL published"
- if [ "$NOTIFY" = "debbindiff failure" ] ; then
+ if [ "$NOTIFY" = "debbindiff" ] ; then
local MESSAGE="$MESSAGE, $DBDVERSION had troubles with these..."
fi
irc_message "$MESSAGE"