Skip to content

Commit

Permalink
fix proto generation (cosmos#11169)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Feb 11, 2022
1 parent a200bdf commit 5fbd225
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 56 deletions.
58 changes: 25 additions & 33 deletions api/cosmos/authz/v1beta1/genesis.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/cosmos/group/v1beta1/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions api/cosmos/orm/v1alpha1/orm.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protoc_install_gocosmos() {
# So the command below issues a warning and we are muting it for now.
#
# Installing plugins must be done outside of the module
(cd ~; go get github.com/regen-network/cosmos-proto/[email protected] 2> /dev/null)
(go get github.com/regen-network/cosmos-proto/[email protected] 2> /dev/null)
}

protoc_install_gocosmos
Expand Down
28 changes: 11 additions & 17 deletions x/authz/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fbd225

Please sign in to comment.