From 2237274ef31d111773809be0a2cab77828b3df29 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 11 Nov 2020 21:36:54 +0100 Subject: [PATCH] Update scripts/protocgen.sh Co-authored-by: Aleksandr Bezobchuk --- scripts/protocgen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 4a376f903704..32baafe977ae 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -3,7 +3,6 @@ set -eo pipefail protoc_gen_gocosmos() { - if ! grep "github.com/gogo/protobuf => github.com/regen-network/protobuf" go.mod &>/dev/null ; then echo -e "\tPlease run this command from somewhere inside the cosmos-sdk folder." return 1