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