Skip to content

Commit

Permalink
fix: remove go mod tidy from proto-gen script (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
seantking authored Feb 24, 2022
1 parent 556cc01 commit 04ab3cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ buf protoc \
--doc_out=./docs/ibc \
--doc_opt=./docs/protodoc-markdown.tmpl,proto-docs.md \
$(find "$(pwd)/proto" -maxdepth 5 -name '*.proto')
go mod tidy


# move proto files to the right places
cp -r github.com/cosmos/ibc-go/v*/modules/* modules/
Expand Down

0 comments on commit 04ab3cb

Please sign in to comment.