mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
removed origin main branch to pull from current b
This commit is contained in:
parent
e75ce42139
commit
0e764495d0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user