Skip to content

Commit

Permalink
v in version missing
Browse files Browse the repository at this point in the history
  • Loading branch information
matti authored Jan 3, 2020
1 parent 4b38ce3 commit ed7b3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install() {
arch=amd64
filename=kind-${platform}-${arch}
github_base_url=https://github.com/kubernetes-sigs/kind/releases/download
download_url="${github_base_url}/${version}/${filename}"
download_url="${github_base_url}/v${version}/${filename}"
echo "Downloading kind from $download_url"
mkdir $(dirname ${bin_path})
curl -s -L ${download_url} -o ${bin_path}
Expand Down

0 comments on commit ed7b3c0

Please sign in to comment.