fix indentation

This commit is contained in:
Fakerr 2017-09-04 16:02:17 +01:00
parent fa1f9036ba
commit 740173deeb

View file

@ -89,10 +89,10 @@ while [[ "$1" =~ ^- && ! "$1" == "--" ]]; do
usage
exit
;;
-b | --branch )
BRANCH="$2"
shift
;;
-b | --branch )
BRANCH="$2"
shift
;;
* )
echo "abort: unknown argument" 1>&2
exit 1