Skip to content

Commit

Permalink
[FAB-17457] Script correction (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Feb 11, 2020
1 parent b89ee34 commit 883ef99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commercial-paper/network-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion commercial-paper/network-starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 883ef99

Please sign in to comment.