From c750e9db6a307cdd115688ed03d724807bcc3c03 Mon Sep 17 00:00:00 2001 From: nikhil550 Date: Fri, 15 May 2020 11:34:15 -0400 Subject: [PATCH] Remove adding current directory to path (#184) Signed-off-by: NIKHIL E GUPTA Co-authored-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