You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardexpand all lines: scripts/bootstrap-1.0.0-rc1.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ dockerCaPull() {
32
32
:${FABRIC_TAG:="$MARCH-$VERSION"}
33
33
34
34
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
0 commit comments