Skip to content

Commit 69298ad

Browse files
committed
FEAT: clarify message to avoid confusion
1 parent 6b7ad19 commit 69298ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def update_version_in_json_used_by_menuinst(build_dir, release_name, package_nam
4646

4747
# check and add to next commit
4848
print(echocall(['git', 'diff', menuinst_file]))
49-
if no('Do the version update changes look right?'):
49+
if no('Do the version update changes for larray-editor.json look right?'):
5050
exit(1)
5151
doechocall('Adding', ['git', 'add', menuinst_file])
5252

0 commit comments

Comments
 (0)