From 2a9ca67355dc7c1fc42d47832ab9b37e8da07b58 Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 7 Mar 2022 22:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E9=9D=92?= =?UTF-8?q?=E9=BE=99=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 4fb6b387..4f6d6f2c 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -270,7 +270,7 @@ update_qinglong() { reset_romote_url ${ql_static_repo} ${url} ${primary_branch} git_pull_scripts ${ql_static_repo} ${primary_branch} else - git_clone_scripts ${url} ${ql_static_repo} + git_clone_scripts ${url} ${ql_static_repo} ${primary_branch} fi if [[ $exit_status -eq 0 ]]; then echo -e "\n更新$ql_static_repo成功...\n"