From dc9300398d852b22116f0f9fcfc9145f6ad32947 Mon Sep 17 00:00:00 2001 From: Casey Marshall Date: Sun, 25 Feb 2024 09:46:21 -0600 Subject: [PATCH] chore: typo in tools script --- scripts/install_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_tools.sh b/scripts/install_tools.sh index 8fb1ae9..7fca8bb 100755 --- a/scripts/install_tools.sh +++ b/scripts/install_tools.sh @@ -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