Skip to content

Commit

Permalink
chore: fix escaping in create-adaptation-pr.sh (#21246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jan 30, 2025
1 parent e6b6302 commit d9b81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-adaptation-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if git diff --name-only bump/$BUMPVERSION bump/nightly-$NIGHTLYDATE | grep -q .;
echo "### [auto] post a link to the PR on Zulip"

zulip_title="#$pr_number adaptations for nightly-$NIGHTLYDATE"
zulip_body="> $pr_title #$pr_number"$'\n\nPlease review this PR. At the end of the month this diff will land in `master`.'
zulip_body=$(printf "> %s\n\nPlease review this PR. At the end of the month this diff will land in \`master\`." "$pr_title #$pr_number")

echo "Posting the link to the PR in a new thread on the #nightly-testing channel on Zulip"
echo "Here is the message:"
Expand Down

0 comments on commit d9b81fa

Please sign in to comment.