From 6378ef3197afcdb08f30fe9c96ae84dffc9a5096 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 21 May 2019 18:49:37 +0100 Subject: [PATCH] Well that worked well --- scripts/find-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]