mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-25 16:38:55 +01: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%"=="" (
|
||||
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