diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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" |