forked from extern/easydiffusion
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%"=="" (
|
||||
set update_branch="main"
|
||||
set update_branch=main
|
||||
)
|
||||
|
||||
@>nul grep -c "conda_sd_ui_deps_installed" scripts\install_status.txt
|
||||
|
Loading…
Reference in New Issue
Block a user