Skip to content

Commit

Permalink
chore: typo in tools script
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Feb 25, 2024
1 parent aae7fce commit dc93003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROTOC_OS="linux"
if [[ "$UNAME_S" == "Linux" ]]; then
PROTOC_OS=linux
elif [[ "$UNAME_S" == "Darwin" ]]; then
PROTOC_ARCH=osx
PROTOC_OS=osx
else
echo Unsupported OS $UNAME_S
exit 1
Expand Down

0 comments on commit dc93003

Please sign in to comment.