mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
[FAB-17457] Script correction (#119)
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
b89ee34ff7
commit
883ef995fd
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ set -ev
|
|||
set -o pipefail
|
||||
|
||||
# Where am I?
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
export FABRIC_CFG_PATH="${DIR}/../config"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ set -ev
|
|||
set -o pipefail
|
||||
|
||||
# Where am I?
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
export FABRIC_CFG_PATH="${DIR}/../config"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue