Skip to content

Commit

Permalink
Update setOrgEnv.sh (#748)
Browse files Browse the repository at this point in the history
Type found in line 36 of setOrgEnv.sh file

Signed-off-by: Zakaria Hossain Foysal <zakaria15-9556@diu.edu.bd>
  • Loading branch information
Zakaria Hossain Foysal authored May 26, 2022
1 parent 525ff9f commit 8ca50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-network/setOrgEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ elif [[ ${ORG,,} == "org2" || ${ORG,,} == "magnetocorp" ]]; then
CORE_PEER_LOCALMSPID=Org2MSP
CORE_PEER_MSPCONFIGPATH=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
CORE_PEER_ADDRESS=localhost:9051
CORE_PEER_TLS_ROOTCERT_FILE=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/tlsca/tlsca.org1.example.com-cert.pem
CORE_PEER_TLS_ROOTCERT_FILE=${DIR}/test-network/organizations/peerOrganizations/org2.example.com/tlsca/tlsca.org2.example.com-cert.pem

else
echo "Unknown \"$ORG\", please choose Org1/Digibank or Org2/Magnetocorp"
Expand Down

0 comments on commit 8ca50df

Please sign in to comment.