mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix typo
This commit is contained in:
parent
eb046dcdb3
commit
fece2a517a
|
|
@ -66,7 +66,7 @@ if [[ "$CONTINUE" == "yes" ]]; then
|
|||
|
||||
elif [[ "$PRIMARY_BRANCH" == "" ]]; then
|
||||
usage
|
||||
exit 10 # Missing arguments PRiMARY_BRANCH
|
||||
exit 10 # Missing arguments PRIMARY_BRANCH
|
||||
else
|
||||
echo "Rebasing $SECONDARY_BRANCH on top of $PRIMARY_BRANCH"
|
||||
TARGET_BRANCH="${SECONDARY_BRANCH}-rebased-on-top-of-${PRIMARY_BRANCH}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue