Fix find command to work on mac and linux

pull/24/head
Vinícius Garcia 2022-07-06 20:21:23 -03:00
parent 3577f0674c
commit 891aa8c7b1
1 changed files with 1 additions and 1 deletions

View File

@ -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