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>
  • Loading branch information
denali49 authored and lindluni committed May 29, 2021
1 parent 17dc11c commit f1fc499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/deploy_chaincode.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,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 f1fc499

Please sign in to comment.