From 60d66eda51cf01c5b2dd1b03f1d9020fcce3a2c5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 May 2022 20:42:42 -0500 Subject: [PATCH] brew package typo --- gen_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_protos.sh b/gen_protos.sh index 5c3244f2..2436cd38 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 switf-proto" + echo "Please install switf-protobuf by running: brew install swift-protobuf" exit fi