[FAB-17457] Script correction

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2020-02-11 13:44:30 +00:00
parent b89ee34ff7
commit 30dab2303d
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ set -ev
set -o pipefail set -o pipefail
# Where am I? # Where am I?
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export FABRIC_CFG_PATH="${DIR}/../config" export FABRIC_CFG_PATH="${DIR}/../config"

View file

@ -12,7 +12,7 @@ set -ev
set -o pipefail set -o pipefail
# Where am I? # Where am I?
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export FABRIC_CFG_PATH="${DIR}/../config" export FABRIC_CFG_PATH="${DIR}/../config"