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
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}/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
0 commit comments