diff --git a/hack/make.sh b/hack/make.sh index c78671ae7c..f3264c9ce3 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -152,7 +152,7 @@ go_test_dir() { # holding certain files ($1 parameter), and prints their paths on standard # output, one per line. find_dirs() { - find -not \( \ + find . -not \( \ \( \ -wholename './vendor' \ -o -wholename './integration' \