mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
remove unnecessary leading space trimming
Signed-off-by: Waleed Mortaja <waleedmortaja@protonmail.com>
This commit is contained in:
parent
c6e77c9dd0
commit
ae37f3a6b6
2 changed files with 0 additions and 3 deletions
|
|
@ -26,8 +26,6 @@ OVERRIDE_ORG="1"
|
||||||
|
|
||||||
parsePeerConnectionParameters 1 2
|
parsePeerConnectionParameters 1 2
|
||||||
|
|
||||||
export PEER_PARMS="${PEER_CONN_PARMS##*( )}"
|
|
||||||
|
|
||||||
# set the fabric config path
|
# set the fabric config path
|
||||||
export FABRIC_CFG_PATH="${DIR}/../../../config"
|
export FABRIC_CFG_PATH="${DIR}/../../../config"
|
||||||
export PATH="${DIR}/../../../bin:${PWD}:$PATH"
|
export PATH="${DIR}/../../../bin:${PWD}:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ OVERRIDE_ORG="2"
|
||||||
|
|
||||||
|
|
||||||
parsePeerConnectionParameters 1 2
|
parsePeerConnectionParameters 1 2
|
||||||
export PEER_PARMS="${PEER_CONN_PARMS##*( )}"
|
|
||||||
|
|
||||||
# set the fabric config path
|
# set the fabric config path
|
||||||
export FABRIC_CFG_PATH="${DIR}/../../../config"
|
export FABRIC_CFG_PATH="${DIR}/../../../config"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue