From 1cdc65b82a467fe432c1a06f82216461112f13e1 Mon Sep 17 00:00:00 2001 From: Liora Milbaum Date: Tue, 26 Sep 2023 07:36:03 +0300 Subject: [PATCH] Fix makefile typos --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 460e02e..10b69ba 100644 --- a/Makefile +++ b/Makefile @@ -36,10 +36,10 @@ tf/apply/oidc: cd live/${ENV}/oidc && terragrunt run-all --terragrunt-non-interactive apply -auto-approve tf/init/renovate-runners: - cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve + cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive init tf/plan/renovate-runners: - cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve + cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive plan tf/apply/renovate-runners: cd live/${ENV}/renovate-runners && terragrunt run-all --terragrunt-non-interactive apply -auto-approve