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