Skip to content

Commit 8dd3f2a

Browse files
committed
fix: correct locale
1 parent 7b53314 commit 8dd3f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def update_end(self):
261261
@updater_logger.catch(reraise=True)
262262
def env_check_and_replenish(self):
263263
try:
264-
export_pkg_mgr = PkgMgr(ori_res.lang.replace("-", "_"), existed_proj_p, debug_signal=self.debug_signal)
264+
export_pkg_mgr = PkgMgr(ori_res.lang.replace("_", "-"), existed_proj_p, debug_signal=self.debug_signal)
265265
exit_code, full_output = export_pkg_mgr.run()
266266
if exit_code == 0:
267267
return True

0 commit comments

Comments
 (0)