Skip to content

Commit

Permalink
FAB-4967 update bootstrap with correct artifactid
Browse files Browse the repository at this point in the history
Change-Id: Icb8671f393e88b41cc4f049455467e68e5314ff7
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Jun 23, 2017
1 parent f49218d commit fd66f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-1.0.0-rc1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit fd66f5b

Please sign in to comment.