mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
Fix contributor make targets on Ubuntu and Debian
It was trying to run a bash script with sh [NO TESTS NEEDED] This changes "make lint" Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user