mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
test-network: Fix a indentation for readability (#568)
Additionally, remove a trailing white space Signed-off-by: Justin Yang <justin.yang@themedium.io>
This commit is contained in:
parent
e07a9ff86b
commit
0d7fa171d1
1 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ function createOrgs() {
|
|||
|
||||
. organizations/fabric-ca/registerEnroll.sh
|
||||
|
||||
while :
|
||||
while :
|
||||
do
|
||||
if [ ! -f "organizations/fabric-ca/org1/tls-cert.pem" ]; then
|
||||
sleep 1
|
||||
|
|
@ -478,7 +478,7 @@ elif [ "$MODE" == "deployCC" ]; then
|
|||
infoln "deploying chaincode on channel '${CHANNEL_NAME}'"
|
||||
deployCC
|
||||
elif [ "$MODE" == "deployCCAAS" ]; then
|
||||
infoln "deploying chaincode-as-a-service on channel '${CHANNEL_NAME}'"
|
||||
infoln "deploying chaincode-as-a-service on channel '${CHANNEL_NAME}'"
|
||||
deployCCAAS
|
||||
else
|
||||
printHelp
|
||||
|
|
|
|||
Loading…
Reference in a new issue