We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8480ae + 6d6778d commit 7ad2340Copy full SHA for 7ad2340
cmds/cmd_package.py
@@ -800,7 +800,7 @@ def upgrade_env_script():
800
env_scripts_root = os.path.join(Import('env_root'), 'tools', 'scripts')
801
env_scripts_repo = 'https://github.com/RT-Thread/env.git'
802
803
- cmd = r'git pull -q' + env_scripts_repo
+ cmd = r'git pull ' + env_scripts_repo
804
execute_command(cmd, cwd=env_scripts_root)
805
806
print("==============================> Env scripts update done \n")
0 commit comments