Update gen_protos.sh

This commit is contained in:
Ben Meadors 2022-05-29 20:43:24 -05:00 committed by GitHub
parent 60d66eda51
commit 0096e1bf3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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