Fix proto-gen (#6229)

This commit is contained in:
Anil Kumar Kammari 2020-05-15 20:27:20 +05:30 committed by GitHub
parent 9b34484879
commit 34d9ed52b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ for dir in $proto_dirs; do
-I. \
--gocosmos_out=plugins=interfacetype,paths=source_relative,\
Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. \
$(find "${dir}" -depth 1 -name '*.proto')
$(find "${dir}" -maxdepth 1 -name '*.proto')
done