Remove unnecessary quotes in the update_branch name

This commit is contained in:
cmdr2 2022-09-09 19:08:50 +05:30
parent 4eaba01de0
commit dbd37a0961

View File

@ -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