This commit is contained in:
USER
2023-01-19 23:07:16 +00:00
parent f94ce11e95
commit 33af95c01b

View File

@ -11,6 +11,10 @@ mkdir %SCRIPTS%
if exist %GIT% ( if exist %GIT% (
%GIT% -c "git config --global --add safe.directory C:/Scripts/wBase"
%GIT% -c "git config --global --add safe.directory C:/Scripts/wLocal"
echo "Found git. Attempting pull" echo "Found git. Attempting pull"
cd %SCRIPTS%\wBase cd %SCRIPTS%\wBase
%GIT% -c "git pull" %GIT% -c "git pull"