From b6b5e80e3699396b7f7ff264a944d407edae3c09 Mon Sep 17 00:00:00 2001 From: NIKHIL E GUPTA Date: Fri, 15 May 2020 10:53:52 -0400 Subject: [PATCH] Remove adding current directory to path Signed-off-by: NIKHIL E GUPTA --- test-network/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-network/network.sh b/test-network/network.sh index 9a16eeaf..c3dc9c3a 100755 --- a/test-network/network.sh +++ b/test-network/network.sh @@ -12,7 +12,7 @@ # # prepending $PWD/../bin to PATH to ensure we are picking up the correct binaries # this may be commented out to resolve installed version of tools if desired -export PATH=${PWD}/../bin:${PWD}:$PATH +export PATH=${PWD}/../bin:$PATH export FABRIC_CFG_PATH=${PWD}/configtx export VERBOSE=false