diff --git a/scripts/find-lint.sh b/scripts/find-lint.sh index e56e068aa..2273ce67f 100755 --- a/scripts/find-lint.sh +++ b/scripts/find-lint.sh @@ -22,7 +22,7 @@ export GO111MODULE=off export GOPATH="$(pwd):$(pwd)/vendor" # prefer the versions of gometalinter and the linters that we install # to anythign that ends up on the PATH. -export PATH="$(pwd)/bin:$PATH" +export PATH="$(pwd)/bin:$(pwd)/vendor/bin:$PATH" args="" if [ ${1:-""} = "fast" ]