Skip to content

Commit

Permalink
Merge pull request #11236 from YoyinZyc/change-git-clone
Browse files Browse the repository at this point in the history
scripts: use https for git clone.
  • Loading branch information
gyuho committed Oct 11, 2019
2 parents 3fae828 + 3827d6b commit 5e4d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ main() {
if [ ! -d "${reldir}/etcd" ]; then
mkdir -p "${reldir}"
cd "${reldir}"
git clone git@github.com:etcd-io/etcd.git --branch "${BRANCH}"
git clone https://github.com/etcd-io/etcd.git --branch "${BRANCH}"
fi
cd "${reldir}/etcd"

Expand Down

0 comments on commit 5e4d852

Please sign in to comment.