diff --git a/avmmakefile b/avmmakefile index b49fc67..bb6b92a 100644 --- a/avmmakefile +++ b/avmmakefile @@ -70,11 +70,11 @@ pr-check: fmtcheck docscheck tfvalidatecheck lint unit-test integration-test .PHONY: unit-test unit-test: - curl -H 'Cache-Control\: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- unit + curl -H 'Cache-Control: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- unit .PHONY: integration-test integration-test: - curl -H 'Cache-Control\: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- integration + curl -H 'Cache-Control: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-terraform-test.sh" | bash -s -- integration .PHONY: test-example test-example: