diff --git a/scripts/bootstrap-1.0.0-rc1.sh b/scripts/bootstrap-1.0.0-rc1.sh index 4b34327a5d3..2a3841fb38c 100755 --- a/scripts/bootstrap-1.0.0-rc1.sh +++ b/scripts/bootstrap-1.0.0-rc1.sh @@ -32,7 +32,7 @@ dockerCaPull() { : ${FABRIC_TAG:="$MARCH-$VERSION"} echo "===> Downloading platform binaries" -curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/fabric-binary/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}.${VERSION}.tar.gz | tar xz +curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}.${VERSION}.tar.gz | tar xz echo "===> Pulling fabric Images" dockerFabricPull ${FABRIC_TAG}