From 3f1ca4d30df865c52ed95e356683ed7c5dfadc30 Mon Sep 17 00:00:00 2001 From: TOMOFUMI-KONDO Date: Mon, 1 Jul 2024 18:08:17 +0900 Subject: [PATCH] fix download path --- installer/install-helm-ls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 installer/install-helm-ls.sh diff --git a/installer/install-helm-ls.sh b/installer/install-helm-ls.sh old mode 100644 new mode 100755 index 78621862..4436b98f --- a/installer/install-helm-ls.sh +++ b/installer/install-helm-ls.sh @@ -16,7 +16,7 @@ darwin) if [ "$(uname -m)" = "x86_64" ]; then filename="helm_ls_darwin_amd64" else - filename="helm_ls_darwin_arm" + filename="helm_ls_darwin_arm64" fi ;; esac