*: path changes for moving to github/etcd-io/etcd

This commit is contained in:
Vimal K
2018-09-03 21:57:23 +05:30
parent ca7dc4ff26
commit bcde798fdd
7 changed files with 14 additions and 14 deletions

View File

@ -17,7 +17,7 @@ function setup_env {
local ver=${2}
if [ ! -d "${proj}" ]; then
git clone https://github.com/coreos/"${proj}"
git clone https://github.com/etcd-io/"${proj}"
fi
pushd "${proj}" >/dev/null