From 822e698997b45363cbba1f2a0946c71613482de2 Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:16:23 +0000 Subject: [PATCH] chore: change to tabs --- avmmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: