Skip to content

Commit

Permalink
Update bootstrap.sh download script for Fabric CA v1.5.1
Browse files Browse the repository at this point in the history
Update bootstrap.sh download script for Fabric CA v1.5.1

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Aug 18, 2021
1 parent a330b66 commit b64d362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# if version not passed in, default to latest released version
VERSION=2.3.2
# if ca version not passed in, default to latest released version
CA_VERSION=1.5.0
CA_VERSION=1.5.1
ARCH=$(echo "$(uname -s|tr '[:upper:]' '[:lower:]'|sed 's/mingw64_nt.*/windows/')-$(uname -m | sed 's/x86_64/amd64/g')")
MARCH=$(uname -m)

Expand All @@ -21,8 +21,8 @@ printHelp() {
echo "-s : bypass fabric-samples repo clone"
echo "-b : bypass download of platform-specific binaries"
echo
echo "e.g. bootstrap.sh 2.3.2 1.5.0 -s"
echo "will download docker images and binaries for Fabric v2.3.2 and Fabric CA v1.5.0"
echo "e.g. bootstrap.sh 2.3.2 1.5.1 -s"
echo "will download docker images and binaries for Fabric v2.3.2 and Fabric CA v1.5.1"
}

# dockerPull() pulls docker images from fabric and chaincode repositories
Expand Down

0 comments on commit b64d362

Please sign in to comment.