DaanHoogland commented on code in PR #9132:
URL: https://github.com/apache/cloudstack/pull/9132#discussion_r1894091359
##########
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:
@jbampton can you exclude this change please? I am going to risk comiting
this on main directly as it is only a text change.
--
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]