Skip to content

Commit 997b117

Browse files
committed
Fix confirmation prompt in sconstruct
1 parent 8042556 commit 997b117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sconstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def createRelease(target, source, env):
319319
tag = f"v{version}-{channel}"
320320
env.Execute(f"git tag {tag}")
321321
print(f'Previous version: {buildVars.addon_info["addon_version"]}')
322-
input(f"Press enter to push the release {version}_{channel}")
322+
input(f"Press enter to push the release {version}-{channel}")
323323
env.Execute(f"git push --atomic origin {branch_name} {tag}")
324324

325325

0 commit comments

Comments
 (0)