mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Fix a typo that caused the log trailer to not exit cleanly on error
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
bb7be410d8
commit
2764e31e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ context K8S_CHAINCODE_BUILDER_VERSION v0.6.0
|
|||
|
||||
context LOG_FILE network.log
|
||||
context DEBUG_FILE network-debug.log
|
||||
context LOG_ERROR_LINE 1
|
||||
context LOG_ERROR_LINES 2
|
||||
context LOCAL_REGISTRY_NAME kind-registry
|
||||
context LOCAL_REGISTRY_PORT 5000
|
||||
context STAGE_DOCKER_IMAGES false
|
||||
|
|
|
|||
Loading…
Reference in a new issue