From 0c74c42d64e2436d4d1cb88d0e2d1ee536e6e3a7 Mon Sep 17 00:00:00 2001 From: Sean King Date: Wed, 23 Feb 2022 16:50:49 +0100 Subject: [PATCH] fix: remove go mod tidy from proto-gen script --- scripts/protocgen.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 1015709e861..efcfb36b30a 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -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/