removed temporary thing from env start script

This commit is contained in:
Malcolm Diller 2022-10-15 21:15:11 -07:00
parent f80602b51a
commit cb4d66d6fe

View File

@ -34,8 +34,8 @@ if "%update_branch%"=="" (
@cd sd-ui-files
@REM @call git reset --hard
@REM @call git checkout "%update_branch%"
@call git reset --hard
@call git checkout "%update_branch%"
@call git pull
@cd ..