Skip to content

Commit

Permalink
update release_do_nothing script (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored May 9, 2023
1 parent 39e9feb commit b035094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release_do_nothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def merge_back(
message = (
f"Merge in the commits from {release_strings.branch}.\n"
f"{merge_commit}\n"
f"git merge upstream/{release_strings.branch} --no-ff"
f"git merge upstream/{release_strings.branch} --no-ff "
'-m "Merging release branch into main";'
)
_wait_for_done(message)
Expand Down

0 comments on commit b035094

Please sign in to comment.