Skip to content

Commit 6d6778d

Browse files
committed
【修复】:env 无法更新的问题
1 parent c8480ae commit 6d6778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/cmd_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def upgrade_env_script():
800800
env_scripts_root = os.path.join(Import('env_root'), 'tools', 'scripts')
801801
env_scripts_repo = 'https://github.com/RT-Thread/env.git'
802802

803-
cmd = r'git pull -q' + env_scripts_repo
803+
cmd = r'git pull ' + env_scripts_repo
804804
execute_command(cmd, cwd=env_scripts_root)
805805

806806
print("==============================> Env scripts update done \n")

0 commit comments

Comments
 (0)