[parser] Fixed indentation for general options, try 2
This commit is contained in:
parent
e160d6df7e
commit
45fc52df36
1 changed files with 8 additions and 9 deletions
|
@ -22,7 +22,6 @@ while [[ -z "${1}" ]]; do
|
|||
exit
|
||||
;;
|
||||
|
||||
|
||||
--git-dir)
|
||||
shift
|
||||
GIT_DIR="${1}"
|
||||
|
|
Loading…
Reference in a new issue