Exit as naming error about branch of issue

This commit is contained in:
kyuden 2016-08-12 02:56:41 +09:00
parent 76193236a2
commit e93db94020

View file

@ -27,7 +27,7 @@ if [ -n "$1" ]; then
issue=${currentBranch#*#}
else
echo "'git open issue' expect branch naming to be issues/#123"
exit 0
exit 1
fi
else
remote="$1"