Skip to content

Commit df0a2a7

Browse files
committed
fixup! Ask about regen-configure
1 parent ac9c881 commit df0a2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def bump(tag: Tag) -> None:
569569
print("Bumped revision")
570570
if extra_work:
571571
if ask_question("configure.ac has changed; run 'make regen-configure'?"):
572-
run_cmd(['make', 'regen-configure'])
572+
run_cmd(["make", "regen-configure"])
573573
else:
574574
print("configure.ac has changed; re-run autotools!")
575575
print("Please commit and use --tag")

0 commit comments

Comments
 (0)