Skip to content

Commit

Permalink
Fix wrong suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 1, 2024
1 parent 4ed8f07 commit fbabda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/request-reviews/verify-base-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for branch in "${developmentBranches[@]}"; do
echo "- If the changes should go to the $branch branch instead, change the base branch accordingly:"
echo " https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request"
echo "- If the changes should really go to the $baseBranch branch, rebase your PR on top of the merge base with the $branch branch:"
echo " git rebase --onto $mergeBase && git push --force-with-lease"
echo " git rebase --onto $mergeBase $alreadyMerged && git push --force-with-lease"
echo -en "\e[0m"
exit 1
fi
Expand Down

0 comments on commit fbabda9

Please sign in to comment.