From f19dc27c522088dbb1e5b5e8d1c4323a85abc096 Mon Sep 17 00:00:00 2001 From: mratsim Date: Tue, 1 Oct 2019 11:35:17 +0200 Subject: [PATCH] Use https instead of requiring SSH token with clone rights - closes #444 --- multinet/run_prysm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multinet/run_prysm.sh b/multinet/run_prysm.sh index c869aa46e..8278070f5 100755 --- a/multinet/run_prysm.sh +++ b/multinet/run_prysm.sh @@ -26,7 +26,7 @@ else fi [[ -d "$SRCDIR" ]] || { - git clone git@github.com:prysmaticlabs/prysm.git "$SRCDIR" + git clone https://github.com/prysmaticlabs/prysm.git "$SRCDIR" pushd "$SRCDIR" bazel build --define ssz=minimal //beacon-chain //validator popd