removed origin main branch to pull from current b

This commit is contained in:
AndzejsP 2023-06-26 17:15:24 +03:00
parent e75ce42139
commit 0e764495d0
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ if %errorlevel% equ 0 (
REM Check if repository exists
if exist .git (
echo Pulling latest changes
git pull origin main
git pull
) else (
if exist lollms-webui (
cd ./lollms-webui

View File

@ -58,7 +58,7 @@ if ping -q -c 1 google.com >/dev/null 2>&1; then
# Check if repository exists
if [[ -d .git ]] ;then
echo "Pulling latest changes"
git pull origin main
git pull
else
if [[ -d lollms-webui ]] ;then
cd lollms-webui