Skip to content

Commit

Permalink
fix setup for non docker
Browse files Browse the repository at this point in the history
Signed-off-by: munapower <[email protected]>
  • Loading branch information
munapower committed Jul 25, 2024
1 parent 4dca343 commit f71dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/deployment/test-network/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi
echo "set FPC_PATH_HOST = ${FPC_PATH_HOST}"

FABRIC_SAMPLES_HOST=${FPC_PATH}/samples/deployment/test-network/fabric-samples
DOCKERD_FABRIC_SAMPLES_HOST=${DOCKERD_FPC_PATH}samples/deployment/test-network/fabric-samples
DOCKERD_FABRIC_SAMPLES_HOST=${FPC_PATH_HOST}samples/deployment/test-network/fabric-samples
TEST_NETWORK_HOST=${FABRIC_SAMPLES_HOST}/test-network
DOCKERD_TEST_NETWORK_HOST=${DOCKERD_FABRIC_SAMPLES_HOST}/test-network

Expand Down

0 comments on commit f71dd8e

Please sign in to comment.