Skip to content

Commit 3bf8def

Browse files
committed
FAB-4900 update bootstrap.1.0.0-rc1.sh
update curl command in bootstrap.1.0.0-rc1.sh script as per the changes made in "make dist-all" hyperledger-fabric-${ARCH}.${VERSION}.tar.gz Change-Id: Ic12d5f06ca5a2865fd5823346e985ae33fe90a8c Signed-off-by: rameshthoomu <[email protected]>
1 parent 7dc97dd commit 3bf8def

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}/fabric-binary-${ARCH}-${VERSION}.tar.gz | tar xz
35+
curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/fabric-binary/${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)