mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 10:46:27 +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
|
REM Check if repository exists
|
||||||
if exist .git (
|
if exist .git (
|
||||||
echo Pulling latest changes
|
echo Pulling latest changes
|
||||||
git pull origin main
|
git pull
|
||||||
) else (
|
) else (
|
||||||
if exist lollms-webui (
|
if exist lollms-webui (
|
||||||
cd ./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
|
# Check if repository exists
|
||||||
if [[ -d .git ]] ;then
|
if [[ -d .git ]] ;then
|
||||||
echo "Pulling latest changes"
|
echo "Pulling latest changes"
|
||||||
git pull origin main
|
git pull
|
||||||
else
|
else
|
||||||
if [[ -d lollms-webui ]] ;then
|
if [[ -d lollms-webui ]] ;then
|
||||||
cd lollms-webui
|
cd lollms-webui
|
||||||
|
Loading…
Reference in New Issue
Block a user