Fix deps script again.

This commit is contained in:
Gav Wood 2016-02-10 21:22:24 +01:00
parent 30f291e6ce
commit cb09768145
1 changed files with 1 additions and 1 deletions

View File

@ -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