Skip to content

Commit 28eed32

Browse files
author
Thomas Desveaux
committed
package: fix 21c8626 (missing _update_ini_file key)
1 parent c1ea780 commit 28eed32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nimp/base_commands/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ def _update_ini_file(
675675
DNE_ENGINE_VERSION_SECTION,
676676
PROJECT_BINARY_VERSION_KEY,
677677
PROJECT_CONTENT_VERSION_KEY,
678+
PROJECT_BRANCH_NAME_KEY,
678679
)
679680
ini_content = _update_ini_file(ini_content, ini_config, PROJECT_VERSION_SECTION, PROJECT_VERSION_KEY)
680681

0 commit comments

Comments
 (0)