From cb09768145405b8ee0c13881757e468c01119efe Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 10 Feb 2016 21:22:24 +0100 Subject: [PATCH] Fix deps script again. --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 2512057b0..6b39001b1 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -669,7 +669,7 @@ function run_installer() function build_parity() { info "Downloading Parity..." - git clone http://github.com/ethcore/parity + git clone https://github.com/ethcore/parity cd parity git submodule init git submodule update