Skip to content

Commit

Permalink
fix duplicate entry in code snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gabriel <chris_gabriel_98@yahoo.com>
(cherry picked from commit f1fc499)
  • Loading branch information
denali49 authored and lindluni committed May 29, 2021
1 parent 7871c26 commit dd7e921
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/deploy_chaincode.md
Expand Up @@ -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
```
Expand Down

0 comments on commit dd7e921

Please sign in to comment.