Skip to content

Commit b1ba9bf

Browse files
committed
text in echo change in git-pr
1 parent 9295a16 commit b1ba9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/git/git-pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ fi
152152
currentBranch=$(git branch | grep "^*" | sed -e "s/^[*] //")
153153
if [ "${prDestinationBranch}" != "${currentBranch}" ] && [ ${force} -lt 1 ]; then
154154
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."
155+
echo "ERROR: Please make sure you're in the right branch and run this script again."
156156
clean_up_and_exit 1
157157
elif [ "${prDestinationBranch}" != "${currentBranch}" ] && [ ${force} -eq 1 ]; then
158158
echo "WARNING: You used --force to merge to '${currentBranch}' while this PR is for branch '${prDestinationBranch}'."

0 commit comments

Comments
 (0)