Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Nov 15, 2023
1 parent 7094148 commit 6fd0ca9
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 @@ -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
Expand Down

0 comments on commit 6fd0ca9

Please sign in to comment.