From 9750fc3e3365daede6cbf776cae4f445470ebbd2 Mon Sep 17 00:00:00 2001 From: Chris Gabriel Date: Fri, 28 May 2021 17:28:58 -0500 Subject: [PATCH] fix duplicate entry in code snippet Signed-off-by: Chris Gabriel (cherry picked from commit f1fc4996861f35a1b7051ff2ba7b0ac385afdf76) --- docs/source/deploy_chaincode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/deploy_chaincode.md b/docs/source/deploy_chaincode.md index c5fcc64db3e..3fa132171e5 100644 --- a/docs/source/deploy_chaincode.md +++ b/docs/source/deploy_chaincode.md @@ -353,7 +353,6 @@ We can now install the chaincode on the Org2 peer. Set the following environment ``` export CORE_PEER_LOCALMSPID="Org2MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt -export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt export CORE_PEER_MSPCONFIGPATH=${PWD}/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp export CORE_PEER_ADDRESS=localhost:9051 ```