jbampton commented on code in PR #9132:
URL: https://github.com/apache/cloudstack/pull/9132#discussion_r1894449020
##########
tools/git/git-pr:
##########
@@ -152,7 +152,7 @@ fi
currentBranch=$(git branch | grep "^*" | sed -e "s/^[*] //")
if [ "${prDestinationBranch}" != "${currentBranch}" ] && [ ${force} -lt 1 ];
then
echo "ERROR: This PR is made against branch '${prDestinationBranch}' while
your current checked out branch is '${currentBranch}'."
- 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."
Review Comment:
```suggestion
echo "ERROR: Please make sure you're in the right branch and run this
scipt again."
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]