mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 18:10:03 +00:00
fix(makefile): wrong target name for ko (#561)
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
committed by
GitHub
parent
65ffdf8e3a
commit
a6ab731b67
2
Makefile
2
Makefile
@@ -86,7 +86,7 @@ help: ## Display this help.
|
|||||||
##@ Binary
|
##@ Binary
|
||||||
|
|
||||||
.PHONY: ko
|
.PHONY: ko
|
||||||
ko: $(HELM) ## Download ko locally if necessary.
|
ko: $(KO) ## Download ko locally if necessary.
|
||||||
$(KO): $(LOCALBIN)
|
$(KO): $(LOCALBIN)
|
||||||
test -s $(LOCALBIN)/ko || GOBIN=$(LOCALBIN) go install github.com/google/ko@v0.14.1
|
test -s $(LOCALBIN)/ko || GOBIN=$(LOCALBIN) go install github.com/google/ko@v0.14.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user