From 9c9d6a256532daf2603f12902f6a1349a00f9ccc Mon Sep 17 00:00:00 2001 From: Jason Ma <1312119064@qq.com> Date: Mon, 8 Apr 2024 21:50:58 +0800 Subject: [PATCH] update --- _3_5_Update_InstallationTool.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_3_5_Update_InstallationTool.bat b/_3_5_Update_InstallationTool.bat index 4cb9665..771a4de 100644 --- a/_3_5_Update_InstallationTool.bat +++ b/_3_5_Update_InstallationTool.bat @@ -13,7 +13,7 @@ set branchName=main if exist .git ( - git pull --depth=50 + git pull origin %branchName% --depth=50 ) ^ else ( git init