removed origin main to not mess up other branches

This commit is contained in:
andzejsp 2023-06-23 09:25:01 +03:00
parent 9b22662e75
commit d704f6289a

View File

@ -104,7 +104,7 @@ if exist ".git" (
:PULL_CHANGES
echo Pulling latest changes
git pull origin main
git pull
goto :CHECK_PYTHON_INSTALL
:CLONE_REPO