From 0096e1bf3f3725994e3f6b829793cd092dbad321 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 May 2022 20:43:24 -0500 Subject: [PATCH] Update gen_protos.sh --- gen_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_protos.sh b/gen_protos.sh index 2436cd38..bf9b4e82 100755 --- a/gen_protos.sh +++ b/gen_protos.sh @@ -8,7 +8,7 @@ fi # simple sanity checking for executable if [ ! -x "`which protoc`" ]; then - echo "Please install switf-protobuf by running: brew install swift-protobuf" + echo "Please install swift-protobuf by running: brew install swift-protobuf" exit fi