Skip to content

Commit

Permalink
chore: fix typo in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-paul-t authored Sep 7, 2021
1 parent 33db797 commit 6761dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ initOS() {
}

canDownload() {
local supported="darwin-amd64\ndarwin-x86_64\nlinux-arm\nlinux-arm64\nlinux-arm386\nlinux-i386\nlinux-ppc64le\nlinx-x86_64\nwindows-arm\nwindows-i386\nwindows-x86_64"
local supported="darwin-amd64\ndarwin-x86_64\nlinux-arm\nlinux-arm64\nlinux-arm386\nlinux-i386\nlinux-ppc64le\nlinux-x86_64\nwindows-arm\nwindows-i386\nwindows-x86_64"
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
echo "No prebuilt binary currently exists for ${OS}-${ARCH}."
exit 1
Expand Down Expand Up @@ -142,4 +142,4 @@ canDownload
download
install
verify
tidy
tidy

0 comments on commit 6761dbb

Please sign in to comment.