Skip to content

Commit 22edf67

Browse files
committed
Fix indentation
1 parent dc08b16 commit 22edf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/grafana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ terraform/plan.cache:
3030
terraform-plan: $(REPO_CONFIG_LOCATION) $(TF_STATE_FILE) ensure-grafana-online ## terraform plan
3131
# terraform plan
3232
@set -a; source $<; set +a; \
33-
terraform -chdir=./terraform plan -out=plan.cache
33+
terraform -chdir=./terraform plan -out=plan.cache
3434

3535
.PHONY: terraform-apply
3636
terraform-apply: $(REPO_CONFIG_LOCATION) terraform/plan.cache $(TF_STATE_FILE) ensure-grafana-online ## terraform apply

0 commit comments

Comments
 (0)