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