Skip to content

Commit 70a878d

Browse files
committed
Update make description.
1 parent a69ac0e commit 70a878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generate-terraform-docs: ## Generate terraform documentation
1919

2020
# Installing
2121
.PHONY:build-sandbox
22-
build-sandbox: ## Build a sandbox using either the branch as the workspace name or pass in a name for the workspace e.g. make build-sandbox WORKSPACE=my-workspace
22+
build-sandbox: ## Build a sandbox using either the branch as the workspace name, sanitised, or pass in a name for the workspace e.g. make build-sandbox WORKSPACE=my-workspace . By default only a plan will run unless APPLY=true is used.
2323
WORKSPACE=$(WORKSPACE) APPLY=$(APPLY) ./scripts/build_sandbox.sh
2424

2525
# Linting

0 commit comments

Comments
 (0)