mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-03-31 11:06:17 +02:00
Remove unnecessary quotes in the update_branch name
This commit is contained in:
parent
4eaba01de0
commit
dbd37a0961
@ -9,7 +9,7 @@ if exist "scripts\config.bat" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
if "%update_branch%"=="" (
|
if "%update_branch%"=="" (
|
||||||
set update_branch="main"
|
set update_branch=main
|
||||||
)
|
)
|
||||||
|
|
||||||
@>nul grep -c "conda_sd_ui_deps_installed" scripts\install_status.txt
|
@>nul grep -c "conda_sd_ui_deps_installed" scripts\install_status.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user