From 45f434df0ace4c7608870d8c0a40d8c74ab2b989 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 30 Mar 2021 10:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20git=5Fpull=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/git_pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/git_pull.sh b/shell/git_pull.sh index eb573587..f2c3f207 100755 --- a/shell/git_pull.sh +++ b/shell/git_pull.sh @@ -87,7 +87,7 @@ function Git_CloneScripts { function Git_PullScripts { echo -e "更新scripts...\n" cd ${ScriptsDir} - git remote set-url origin $ShellURL + git remote set-url origin $ScriptsURL git fetch --all ExitStatusScripts=$? git reset --hard origin/master