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:
Justin Yang 2021-12-22 23:56:10 +09:00 committed by GitHub
parent e07a9ff86b
commit 0d7fa171d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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