From 4e7066d972190f8bb93a589bb726fcaf3ccf296e Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 8 Oct 2024 21:38:53 -0700 Subject: [PATCH] fix: update clone uri (#8) --- public/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.sh b/public/install.sh index 7639c6a..c376398 100755 --- a/public/install.sh +++ b/public/install.sh @@ -25,7 +25,7 @@ if [ -d "$NEXUS_HOME/network-api" ]; then (cd $NEXUS_HOME/network-api && git pull) else mkdir -p $NEXUS_HOME - (cd $NEXUS_HOME && git clone https://github.com/nexus-xyz/network-cli) + (cd $NEXUS_HOME && git clone https://github.com/nexus-xyz/network-api) fi (cd $NEXUS_HOME/network-api/clients/cli && cargo run --release --bin prover -- beta.orchestrator.nexus.xyz)