mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: path changes for moving to github/etcd-io/etcd
This commit is contained in:
@@ -15,7 +15,7 @@ if [ -z "${BINARYDIR}" ]; then
|
||||
RELEASE="etcd-${1}"-$(go env GOOS)-$(go env GOARCH)
|
||||
BINARYDIR="${RELEASE}"
|
||||
TARFILE="${RELEASE}.tar.gz"
|
||||
TARURL="https://github.com/coreos/etcd/releases/download/${1}/${TARFILE}"
|
||||
TARURL="https://github.com/etcd-io/etcd/releases/download/${1}/${TARFILE}"
|
||||
if ! curl -f -L -o "${TARFILE}" "${TARURL}" ; then
|
||||
echo "Failed to download ${TARURL}."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user