This commit is contained in:
Stefan VanBuren 2016-07-12 13:23:03 -04:00 committed by GitHub
parent eb046dcdb3
commit fece2a517a

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