mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-21 09:05: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
|
. organizations/fabric-ca/registerEnroll.sh
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
if [ ! -f "organizations/fabric-ca/org1/tls-cert.pem" ]; then
|
if [ ! -f "organizations/fabric-ca/org1/tls-cert.pem" ]; then
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
@ -478,7 +478,7 @@ elif [ "$MODE" == "deployCC" ]; then
|
||||||
infoln "deploying chaincode on channel '${CHANNEL_NAME}'"
|
infoln "deploying chaincode on channel '${CHANNEL_NAME}'"
|
||||||
deployCC
|
deployCC
|
||||||
elif [ "$MODE" == "deployCCAAS" ]; then
|
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
|
deployCCAAS
|
||||||
else
|
else
|
||||||
printHelp
|
printHelp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue