This commit is contained in:
USER
2023-04-12 21:31:14 +01:00
parent 3cccc2583a
commit 8e0cd32306

View File

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