diff --git a/Makefile b/Makefile index 29113376f..cf299c7bc 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,9 @@ $(MYGOBIN)/kustomize: .PHONY: install-tools install-tools: \ - $(MYGOBIN)/gh \ $(MYGOBIN)/goimports \ $(MYGOBIN)/golangci-lint-kustomize \ + $(MYGOBIN)/gh \ $(MYGOBIN)/gorepomod \ $(MYGOBIN)/mdrip \ $(MYGOBIN)/pluginator \