diff --git a/Makefile b/Makefile index b97075c..994ec98 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ release: ## builds release version of the app. Requires GoReleaser to work. goreleaser build --clean --single-target --snapshot .PHONY: install-go -install: ## installs terraform plugin binary locally +install-go: ## installs terraform plugin binary locally go install . ##@ Codegen