Skip to content

Commit

Permalink
Merge pull request #6 from simonlinj/master
Browse files Browse the repository at this point in the history
fix #4
  • Loading branch information
int128 committed Oct 14, 2018
2 parents eba2026 + d0ab76a commit 4df3c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function main () {
fi

if need_to_install_command helm; then
local helm_version="$(curl -sS https://api.github.com/repos/kubernetes/helm/releases/latest | jq -r .tag_name)"
local helm_version="$(curl -sSL https://api.github.com/repos/kubernetes/helm/releases/latest | jq -r .tag_name)"
install_from_tgz helm "https://storage.googleapis.com/kubernetes-helm/helm-${helm_version}-linux-amd64.tar.gz" linux-amd64/helm
fi

Expand Down

0 comments on commit 4df3c2a

Please sign in to comment.