Merge pull request #71 from meshtastic/brew-package-type

brew package typo
This commit is contained in:
Garth Vander Houwen 2022-05-30 20:33:12 -07:00 committed by GitHub
commit f3af869358
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 swift-protobuf by running: brew install swift-protobuf"
exit
fi