diff --git a/gen_protos.sh b/gen_protos.sh index 5c3244f2..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 switf-proto" + echo "Please install swift-protobuf by running: brew install swift-protobuf" exit fi