From fd66f5b4d724eaf82f7a3cfd541a57da6897f86a Mon Sep 17 00:00:00 2001 From: rameshthoomu Date: Fri, 23 Jun 2017 13:55:12 -0400 Subject: [PATCH] FAB-4967 update bootstrap with correct artifactid Change-Id: Icb8671f393e88b41cc4f049455467e68e5314ff7 Signed-off-by: rameshthoomu --- scripts/bootstrap-1.0.0-rc1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}