Skip to content

Commit 624b731

Browse files
committed
fix make cmd
1 parent ce363ae commit 624b731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWS_PROFILE ?= default
2-
CLUSTER_NAME = tofu -chdir=terraform output cluster_name
3-
S3_BACKUP_ROLE = tofu -chdir=terraform output s3_backup_role
2+
CLUSTER_NAME = $(shell tofu -chdir=terraform output cluster_name)
3+
S3_BACKUP_ROLE = $(shell tofu -chdir=terraform output s3_backup_role)
44

55
PGO_CHART_VERSION = 5.7.4
66
EOAPI_CHART_VERSION = 0.7.1

0 commit comments

Comments
 (0)