Skip to content

Commit 75131a2

Browse files
FAB-5030 fix syntax error in code samples
Change-Id: Ica247fe0790922f15fa8487751675ffd94c888a5 Signed-off-by: Christopher Ferris <[email protected]>
1 parent 27b3f3c commit 75131a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/build_network.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ What's happening behind the scenes?
608608
.. note:: These steps describe the scenario in which
609609
``script.sh`` is not commented out in the
610610
docker-compose-cli.yaml file. Clean your network
611-
with ``./byfn.sh down`` and ensure
611+
with ``./byfn.sh -m down`` and ensure
612612
this command is active. Then use the same
613613
docker-compose prompt to launch your network again
614614

@@ -906,7 +906,7 @@ Troubleshooting
906906

907907
.. code:: bash
908908
909-
./byfn.sh down
909+
./byfn.sh -m down
910910
911911
- **YOU WILL SEE ERRORS IF YOU DO NOT REMOVE CONTAINERS AND IMAGES**
912912

@@ -967,7 +967,7 @@ channel artifacts.
967967

968968
.. code:: bash
969969
970-
./byfn.sh down
970+
./byfn.sh -m down
971971
972972
- If you see an error stating that you still have "active endpoints", then prune
973973
your docker networks. This will wipe your previous networks and start you with a

0 commit comments

Comments
 (0)