Fix proto-gen (#6229)
This commit is contained in:
parent
9b34484879
commit
34d9ed52b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue