Skip to content

Commit

Permalink
fix(makefile): wrong target name for ko
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Aug 29, 2024
1 parent 65ffdf8 commit 5a47187
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 @@ -86,7 +86,7 @@ help: ## Display this help.
##@ Binary

.PHONY: ko
ko: $(HELM) ## Download ko locally if necessary.
ko: $(KO) ## Download ko locally if necessary.
$(KO): $(LOCALBIN)
test -s $(LOCALBIN)/ko || GOBIN=$(LOCALBIN) go install github.com/google/[email protected]

Expand Down

0 comments on commit 5a47187

Please sign in to comment.