Skip to content

Commit 15ce217

Browse files
joe-alewinemastersingh24
joe-alewine
authored andcommitted
FAB-6488 Fixing a typo in chaincode4noah.rst
Literally adding two single quotation marks to fix a code line. [ci-skip] Change-Id: I97d1a7ff5ebbbaf09638243bb09c6b6cbd364749 Signed-off-by: joe-alewine <[email protected]>
1 parent 5226188 commit 15ce217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/chaincode4noah.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ Example of chaincode commands:
360360
.. code:: bash
361361
362362
peer chaincode install -n mycc -v 0 -p path/to/my/chaincode/v0
363-
peer chaincode instantiate -n mycc -v 0 -c '{"Args":["a", "b", "c"]} -C mychannel
363+
peer chaincode instantiate -n mycc -v 0 -c '{"Args":["a", "b", "c"]}' -C mychannel
364364
peer chaincode install -n mycc -v 1 -p path/to/my/chaincode/v1
365-
peer chaincode upgrade -n mycc -v 1 -c '{"Args":["d", "e", "f"]} -C mychannel
365+
peer chaincode upgrade -n mycc -v 1 -c '{"Args":["d", "e", "f"]}' -C mychannel
366366
peer chaincode query -C mychannel -n mycc -c '{"Args":["query","e"]}'
367367
peer chaincode invoke -o orderer.example.com:7050 --tls $CORE_PEER_TLS_ENABLED --cafile $ORDERER_CA -C mychannel -n mycc -c '{"Args":["invoke","a","b","10"]}'
368368

0 commit comments

Comments
 (0)