From a02b945faf1e973cce3b0e0463d2038491f64d56 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Tue, 5 Apr 2022 10:00:35 -0400 Subject: [PATCH] Update test-network-k8s README with updated cc deploy commands Signed-off-by: Josh Kneubuhl --- test-network-k8s/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network-k8s/README.md b/test-network-k8s/README.md index 0bf16c49..ce3f9c43 100644 --- a/test-network-k8s/README.md +++ b/test-network-k8s/README.md @@ -35,7 +35,7 @@ Launch the network, create a channel, and deploy the [basic-asset-transfer](../a ./network up ./network channel create -./network chaincode deploy $PWD/../asset-transfer-basic/chaincode-java +./network chaincode deploy asset-transfer-basic basic_1.0 $PWD/../asset-transfer-basic/chaincode-java ``` Invoke and query chaincode: