From 0d7fa171d146a59dd72bd9e52f2e6e0f8a15fc47 Mon Sep 17 00:00:00 2001 From: Justin Yang <90252834+justin-themedium@users.noreply.github.com> Date: Wed, 22 Dec 2021 23:56:10 +0900 Subject: [PATCH] test-network: Fix a indentation for readability (#568) Additionally, remove a trailing white space Signed-off-by: Justin Yang --- test-network/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-network/network.sh b/test-network/network.sh index 90ace0db..cfe6bae6 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -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