Skip to content

Commit

Permalink
fix download path
Browse files Browse the repository at this point in the history
  • Loading branch information
TOMOFUMI-KONDO authored and mattn committed Jul 25, 2024
1 parent d9cdbcf commit 3f1ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install-helm-ls.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f1ca4d

Please sign in to comment.