We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9295a16 commit b1ba9bfCopy full SHA for b1ba9bf
tools/git/git-pr
@@ -152,7 +152,7 @@ fi
152
currentBranch=$(git branch | grep "^*" | sed -e "s/^[*] //")
153
if [ "${prDestinationBranch}" != "${currentBranch}" ] && [ ${force} -lt 1 ]; then
154
echo "ERROR: This PR is made against branch '${prDestinationBranch}' while your current checked out branch is '${currentBranch}'."
155
- echo "ERROR: Please make sure you're in the right branch and run this scipt again."
+ echo "ERROR: Please make sure you're in the right branch and run this script again."
156
clean_up_and_exit 1
157
elif [ "${prDestinationBranch}" != "${currentBranch}" ] && [ ${force} -eq 1 ]; then
158
echo "WARNING: You used --force to merge to '${currentBranch}' while this PR is for branch '${prDestinationBranch}'."
0 commit comments