diff --git a/flyteidl/generate_mocks.sh b/flyteidl/generate_mocks.sh index 6dc79fe2ff..0e64322192 100755 --- a/flyteidl/generate_mocks.sh +++ b/flyteidl/generate_mocks.sh @@ -2,6 +2,6 @@ set -e set -x -mockery-v2 --dir=gen/pb-go/flyteidl/service/ --all --output=clients/go/admin/mocks --with-expecter -mockery-v2 --dir=gen/pb-go/flyteidl/datacatalog/ --name=DataCatalogClient --output=clients/go/datacatalog/mocks --with-expecter -mockery-v2 --dir=gen/pb-go/flyteidl/cacheservice/ --name=CacheServiceClient --output=clients/go/cacheservice/mocks --with-expecter +mockery --dir=gen/pb-go/flyteidl/service/ --all --output=clients/go/admin/mocks --with-expecter +mockery --dir=gen/pb-go/flyteidl/datacatalog/ --name=DataCatalogClient --output=clients/go/datacatalog/mocks --with-expecter +mockery --dir=gen/pb-go/flyteidl/cacheservice/ --name=CacheServiceClient --output=clients/go/cacheservice/mocks --with-expecter