Remove another "local"

newer-dal
LEdoian 3 years ago
parent ab927c628a
commit a87240853d

@ -21,7 +21,7 @@ else
branch=master
fi
local currentbranch="$(git branch --show-current)"
currentbranch="$(git branch --show-current)"
# If we are not on target branch, switch and run again
if test "$currentbranch" -ne "$branch"

Loading…
Cancel
Save