build: fix workspace variable name in dev setup (#1138)

This commit is contained in:
Alex Bäuerle
2024-04-15 13:33:49 -07:00
committed by GitHub
parent de672029ef
commit 71edee17be
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ setup-config-prompts:
@read -p "Enter your workspace directory [default: $(DEFAULT_WORKSPACE_DIR)]: " workspace_dir; \
workspace_dir=$${workspace_dir:-$(DEFAULT_WORKSPACE_DIR)}; \
echo "WORKSPACE_DIR=\"$$workspace_dir\"" >> $(CONFIG_FILE).tmp
echo "WORKSPACE_BASE=\"$$workspace_dir\"" >> $(CONFIG_FILE).tmp
# Help
help: