mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复 git_pull 参数
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user