Fix bug
This commit is contained in:
parent
3cf007b8de
commit
9b13548a86
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ while [[ $# -gt 0 ]]; do
|
|||
shift
|
||||
;;
|
||||
-b|--branch)
|
||||
BRANCH=$1
|
||||
BRANCH=$2
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue