fix(makefile): wrong target name for ko (#561)

Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
Dario Tranchitella
2024-08-29 15:33:05 +02:00
committed by GitHub
parent 65ffdf8e3a
commit a6ab731b67

View File

@@ -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/ko@v0.14.1