From 01ec0b0094278b931ea993665afdaf78519695cf Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 4 Jul 2016 11:47:04 +0200 Subject: fixing mail invocation --- taler-build/switch_active.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh index f976bff..d83f741 100755 --- a/taler-build/switch_active.sh +++ b/taler-build/switch_active.sh @@ -11,7 +11,7 @@ set -eu if ! taler-deployment-build > build.log 2>&1; then echo "Failed to rebuild, not switching" if test "$1" = "--notify"; then - mail -s "[Taler build] $(date)" --to build-failure@taler.net build.log + mail -s "[Taler build] $(date)" build-failure@taler.net build.log fi exit 1 else -- cgit v1.2.3