Skip to content

Commit

Permalink
Update chaincode language parameter name
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Obermeier <obermeier@apache.org>
(cherry picked from commit 09393f6)
  • Loading branch information
obermeier authored and denyeart committed May 9, 2022
1 parent ffbd37b commit e5ad0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/test_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ The `deployCC` subcommand will install the **asset-transfer (basic)** chaincode
the chaincode on the channel specified using the channel flag (or `mychannel`
if no channel is specified). If you are deploying a chaincode for the first
time, the script will install the chaincode dependencies. You can use the
language flag, `-l`, to install the Go, typescript or javascript versions of the chaincode.
language flag, `-ccl`, to install the Go, typescript or javascript versions of the chaincode.
You can find the asset-transfer (basic) chaincode in the `asset-transfer-basic` folder of the `fabric-samples`
directory. This folder contains sample chaincode that are provided as examples and
used by tutorials to highlight Fabric features.
Expand Down

0 comments on commit e5ad0ef

Please sign in to comment.