diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-28 16:16:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 16:16:15 -0400 |
commit | cd10304dca72ef030b64142885518e6dc0d3e4af (patch) | |
tree | 6ac541421628b381c344dc36af958bb20fbc02ce | |
parent | 14acec94b7f86ae329018e1e56fd111ff58bf057 (diff) | |
parent | 60824c6130e6092599d5e3e7d647f2ceb909f313 (diff) | |
download | podman-cd10304dca72ef030b64142885518e6dc0d3e4af.tar.gz podman-cd10304dca72ef030b64142885518e6dc0d3e4af.tar.bz2 podman-cd10304dca72ef030b64142885518e6dc0d3e4af.zip |
Merge pull request #11769 from afbjorklund/make-dash
Fix contributor make targets on Ubuntu and Debian
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |