mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
fix indentation
This commit is contained in:
parent
fa1f9036ba
commit
740173deeb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue