Skip to content

Commit

Permalink
make: fix init target (#2259)
Browse files Browse the repository at this point in the history
`make init` as per documentation fails due to incorrect and invalid
flag.

Signed-off-by: Dimitri John Ledkov <[email protected]>
  • Loading branch information
xnox authored Feb 22, 2024
1 parent 7e4eaa8 commit ca010d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ image/%: check-env-tf init
$(TERRAFORM) apply $(TF_VARS) -target=module.$*

init:
$(TERRAFORM) init --upgrade
$(TERRAFORM) init -upgrade

LOCAL_REGISTRY_NAME := k3d.localhost
LOCAL_REGISTRY_PORT := 5005
Expand Down

0 comments on commit ca010d1

Please sign in to comment.