@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-set -eu
+set -euo pipefail
git branch -d $1
git push origin :$1
-set -e
BRANCH=`git symbolic-ref --short HEAD`
if [ $BRANCH == master ]; then
REMOTE=`git config branch.$BRANCH.remote`