Skip to content

Commit 40be028

Browse files
hugovkAA-Turner
andauthored
Fix typo
Co-authored-by: Adam Turner <[email protected]>
1 parent 4011e3e commit 40be028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ def _push_to_upstream(dry_run: bool = False) -> None:
11801180

11811181
_push_to_upstream(dry_run=True)
11821182
if not ask_question(
1183-
"Does these operations look reasonable? ⚠️⚠️⚠️ Answering 'yes' will push to the upstream repository ⚠️⚠️⚠️"
1183+
"Do these operations look reasonable? ⚠️⚠️⚠️ Answering 'yes' will push to the upstream repository ⚠️⚠️⚠️"
11841184
):
11851185
raise ReleaseException("Something is wrong - Push to upstream aborted")
11861186
if not ask_question(

0 commit comments

Comments
 (0)