summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/switch_active.sh2
1 files changed, 1 insertions, 1 deletions
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