From 1c58539206e5f76bdd2ce4041de5c22d4880e7db Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 Aug 2024 12:43:26 -0500 Subject: [PATCH] Remove git shenanigans from gen_protos script --- scripts/gen_protos.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/gen_protos.sh b/scripts/gen_protos.sh index a587a8e3..d07bc798 100755 --- a/scripts/gen_protos.sh +++ b/scripts/gen_protos.sh @@ -1,12 +1,5 @@ #!/bin/bash -# simple sanity checking for repo -if [ ! -d "./protobufs" ]; then - git submodule update --init -else - git submodule update --remote --merge -fi - # simple sanity checking for executable if [ ! -x "$(which protoc)" ]; then brew install swift-protobuf