Merge pull request #547 from svanburen/patch-1

Fix typo
This commit is contained in:
hemanth.hm 2016-07-12 23:22:38 +05:30 committed by GitHub
commit f50447e6bd

View file

@ -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}"