Skip to content

Commit fd66f5b

Browse files
committed
FAB-4967 update bootstrap with correct artifactid
Change-Id: Icb8671f393e88b41cc4f049455467e68e5314ff7 Signed-off-by: rameshthoomu <[email protected]>
1 parent f49218d commit fd66f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-1.0.0-rc1.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dockerCaPull() {
3232
: ${FABRIC_TAG:="$MARCH-$VERSION"}
3333

3434
echo "===> Downloading platform binaries"
35-
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/fabric-binary/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}.${VERSION}.tar.gz | tar xz
35+
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/${ARCH}-${VERSION}/hyperledger-fabric-${ARCH}.${VERSION}.tar.gz | tar xz
3636

3737
echo "===> Pulling fabric Images"
3838
dockerFabricPull ${FABRIC_TAG}

0 commit comments

Comments
 (0)