Skip to content

Commit

Permalink
take out ignore staging for git-kill-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Larrazabal authored and Alexander Larrazabal committed Oct 1, 2014
1 parent e00c690 commit d76d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-kill-branch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76d6be

Please sign in to comment.