Skip to content

Commit 6761dbb

Browse files
authored
chore: fix typo in install script
1 parent 33db797 commit 6761dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ initOS() {
5151
}
5252

5353
canDownload() {
54-
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"
54+
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"
5555
if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then
5656
echo "No prebuilt binary currently exists for ${OS}-${ARCH}."
5757
exit 1
@@ -142,4 +142,4 @@ canDownload
142142
download
143143
install
144144
verify
145-
tidy
145+
tidy

0 commit comments

Comments
 (0)