Merge pull request #11769 from afbjorklund/make-dash

Fix contributor make targets on Ubuntu and Debian
This commit is contained in:
OpenShift Merge Robot 2021-09-28 16:16:15 -04:00 committed by GitHub
commit cd10304dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -811,7 +811,7 @@ install.tools: .install.goimports .install.gitvalidation .install.md2man .instal
.PHONY: .install.golangci-lint
.install.golangci-lint: .gopathok
VERSION=1.36.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh
VERSION=1.36.0 GOBIN=$(GOBIN) ./hack/install_golangci.sh
.PHONY: .install.bats
.install.bats: .gopathok