diff --git a/hack/lib/etcd.sh b/hack/lib/etcd.sh index 04d67f8a543..9941a838459 100755 --- a/hack/lib/etcd.sh +++ b/hack/lib/etcd.sh @@ -160,7 +160,7 @@ kube::etcd::install() { if [[ ${os} == "darwin" ]]; then download_file="etcd-v${ETCD_VERSION}-${os}-${arch}.zip" - url="https://github.com/coreos/etcd/releases/download/v${ETCD_VERSION}/${download_file}" + url="https://github.com/etcd-io/etcd/releases/download/v${ETCD_VERSION}/${download_file}" kube::util::download_file "${url}" "${download_file}" unzip -o "${download_file}" ln -fns "etcd-v${ETCD_VERSION}-${os}-${arch}" etcd