mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Update addOrg3.sh (#271)
Fixed a comment which said `Create Org1 Identities` to `Create Org3 Identities`
This commit is contained in:
parent
1c500ba30e
commit
6de6c77f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ function generateOrg3() {
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "##########################################################"
|
echo "##########################################################"
|
||||||
echo "############ Create Org1 Identities ######################"
|
echo "############ Create Org3 Identities ######################"
|
||||||
echo "##########################################################"
|
echo "##########################################################"
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue