Skip to content

Commit

Permalink
scripts: use https for git clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoyinZyc committed Oct 10, 2019
1 parent 943832a commit 3827d6b
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 3827d6b

Please sign in to comment.