From fece2a517acaa552d71e97baeb3014f0b2ace308 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Tue, 12 Jul 2016 13:23:03 -0400 Subject: [PATCH] Fix typo --- bin/git-psykorebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"