Skip to content

Commit 9c91a80

Browse files
FAB-8564 fix formatting issue
Change-Id: Ifee9c90237603f7f88f35ae28c01d5e5d40f8670 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
1 parent e79186e commit 9c91a80

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/build_network.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ continue reading. In these next sections we'll walk through the various steps
245245
and requirements to build a fully-functional Hyperledger Fabric network.
246246

247247
.. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in
248-
the CLI container is set to ``DEBUG``. You can set this by modifying
248+
the ``cli`` container is set to ``DEBUG``. You can set this by modifying
249249
the ``docker-compose-cli.yaml`` file in the ``first-network`` directory.
250250
e.g.
251251

@@ -256,11 +256,11 @@ and requirements to build a fully-functional Hyperledger Fabric network.
256256
image: hyperledger/fabric-tools:$IMAGE_TAG
257257
tty: true
258258
stdin_open: true
259-
environment:
260-
- GOPATH=/opt/gopath
261-
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
262-
- CORE_LOGGING_LEVEL=DEBUG
263-
#- CORE_LOGGING_LEVEL=INFO
259+
environment:
260+
- GOPATH=/opt/gopath
261+
- CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
262+
- CORE_LOGGING_LEVEL=DEBUG
263+
#- CORE_LOGGING_LEVEL=INFO
264264
265265
Crypto Generator
266266
----------------

docs/source/channel_update_tutorial.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ Bring Org3 into the Channel Manually
106106
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107107

108108
.. note:: The manual steps outlined below assume that the ``CORE_LOGGING_LEVEL`` in
109-
the CLI container is set to ``DEBUG``. You can set this by modifying
109+
the ``Org3cli`` container is set to ``DEBUG``. You can set this by modifying
110110
the ``docker-compose-org3.yaml`` file in the ``first-network`` directory.
111111
e.g.
112112

113113
.. code::
114114
115-
Org3cli:
115+
Org3cli:
116116
container_name: Org3cli
117117
image: hyperledger/fabric-tools:$IMAGE_TAG
118118
tty: true

0 commit comments

Comments
 (0)