brew package typo

This commit is contained in:
Ben Meadors 2022-05-29 20:42:42 -05:00 committed by GitHub
parent d9c5fbd417
commit 60d66eda51
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 switf-proto"
echo "Please install switf-protobuf by running: brew install swift-protobuf"
exit
fi