Skip to content

Commit

Permalink
Update boostrap.sh for test network
Browse files Browse the repository at this point in the history
Co-Authored-By: Waleed Mortaja <waleedmortaja@protonmail.com>
Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>
Signed-off-by: Ry Jones <ry@linux.com>
(cherry picked from commit e4b66f9)
  • Loading branch information
WaleedMortaja authored and denyeart committed May 12, 2022
1 parent e728001 commit 4b1bfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dockerPull() {
cloneSamplesRepo() {
# clone (if needed) hyperledger/fabric-samples and checkout corresponding
# version to the binaries and docker images to be downloaded
if [ -d first-network ]; then
if [ -d test-network ]; then
# if we are in the fabric-samples repo, checkout corresponding version
echo "===> Checking out v${VERSION} of hyperledger/fabric-samples"
git checkout v${VERSION}
Expand Down

0 comments on commit 4b1bfbf

Please sign in to comment.