Skip to content

Commit

Permalink
Update boostrap.sh for test network
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Gupta <[email protected]>
  • Loading branch information
nikhil550 authored and denyeart committed Jul 14, 2021
1 parent cf263b0 commit e4b66f9
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 "==> Already in fabric-samples repo"
elif [ -d fabric-samples ]; then
Expand Down

0 comments on commit e4b66f9

Please sign in to comment.