diff --git a/Makefile b/Makefile index e97559a..58a6675 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ lint: setup go-mod-tidy # Run go mod tidy for all submodules: go-mod-tidy: - @find -name go.mod -execdir go mod tidy \; + find . -name go.mod -execdir go mod tidy \; gen: mock mock: setup