From 8ec79f07837932ebe123e9b4f68ef251b303672b Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Wed, 20 Dec 2023 20:02:14 +0100 Subject: [PATCH] removed some flags - removed --rebase --autostash so it does not mess with the sillytavern-extras folder when a local change exist... this will prevent from breaking modules like missing flask --- Launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher.bat b/Launcher.bat index 85d1451..94aefb9 100644 --- a/Launcher.bat +++ b/Launcher.bat @@ -338,7 +338,7 @@ if %errorlevel% neq 0 ( echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] git command not found in PATH. Skipping update.%reset% echo %red_bg%Please make sure Git is installed and added to your PATH.%reset% ) else ( - call git pull --rebase --autostash + call git pull if %errorlevel% neq 0 ( REM incase there is still something wrong echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] Errors while updating. Please download the latest version manually.%reset%