Commit d39a1aa0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gpull: fix get branch

parent 74941f7a
...@@ -71,7 +71,7 @@ if [ -n "$ALLBRANCHES" ] ; then ...@@ -71,7 +71,7 @@ if [ -n "$ALLBRANCHES" ] ; then
exit exit
fi fi
REMOTEBRANCH="$2" REMOTEBRANCH="$1"
# use current branch name as default # use current branch name as default
[ -n "$REMOTEBRANCH" ] || REMOTEBRANCH=$(get_current_branch) [ -n "$REMOTEBRANCH" ] || REMOTEBRANCH=$(get_current_branch)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment