Skip to content

Commit b035094

Browse files
authored
update release_do_nothing script (#5311)
1 parent 39e9feb commit b035094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release_do_nothing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def merge_back(
674674
message = (
675675
f"Merge in the commits from {release_strings.branch}.\n"
676676
f"{merge_commit}\n"
677-
f"git merge upstream/{release_strings.branch} --no-ff"
677+
f"git merge upstream/{release_strings.branch} --no-ff "
678678
'-m "Merging release branch into main";'
679679
)
680680
_wait_for_done(message)

0 commit comments

Comments
 (0)