diff --git a/bin/git-psykorebase b/bin/git-psykorebase index 7351015..e0ebaa3 100755 --- a/bin/git-psykorebase +++ b/bin/git-psykorebase @@ -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}"