From dbd37a09612e74a0f410c2fcc82b3c74c69d93ee Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 9 Sep 2022 19:08:50 +0530 Subject: [PATCH] Remove unnecessary quotes in the update_branch name --- scripts/on_env_start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/on_env_start.bat b/scripts/on_env_start.bat index 7641c95b..068231ff 100644 --- a/scripts/on_env_start.bat +++ b/scripts/on_env_start.bat @@ -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