diff --git a/bin/git-kill-branch b/bin/git-kill-branch index ce653dc..b5b7520 100755 --- a/bin/git-kill-branch +++ b/bin/git-kill-branch @@ -8,7 +8,7 @@ if [ $# -eq 0 ]; then exit 1 fi -if [ "$1" == "master" -o "$1" == "staging" -o "$1" == "production" ]; then +if [ "$1" == "master" -o "$1" == "production" ]; then echo "Impossible to kill $1!" exit 1 fi