[parser] Fixed indentation for general options, try 2

This commit is contained in:
ayakael 2018-04-30 08:54:24 -07:00
parent e160d6df7e
commit 45fc52df36
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -22,7 +22,6 @@ while [[ -z "${1}" ]]; do
exit exit
;; ;;
--git-dir) --git-dir)
shift shift
GIT_DIR="${1}" GIT_DIR="${1}"