From e80c54224a5c9868a26540c68956f7f95d917e73 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 4 May 2015 10:38:51 +0200 Subject: reproducible: build: fix typo --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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" -- cgit v1.2.3-54-g00ecf