From 13db157fb2f4a65e3b03265f46f65eccebe34275 Mon Sep 17 00:00:00 2001 From: munapower Date: Fri, 19 Jul 2024 12:32:45 -0300 Subject: [PATCH] small fix Signed-off-by: munapower --- samples/deployment/test-network/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/deployment/test-network/setup.sh b/samples/deployment/test-network/setup.sh index 48b34faae..240f37185 100755 --- a/samples/deployment/test-network/setup.sh +++ b/samples/deployment/test-network/setup.sh @@ -79,7 +79,7 @@ echo "Resolving relative docker volume paths in ..." echo "${DOCKER_COMPOSE_TEST_NET}" backup ${DOCKER_COMPOSE_TEST_NET} sed -i "s+\.\./+${FABRIC_SAMPLES_HOST}/test-network/+g" "${DOCKER_COMPOSE_TEST_NET}" -sed -i "s+\./+${COMPOSE_HOST}/test-network/+g" "${DOCKER_COMPOSE_TEST_NET}" +sed -i "s+\./+${COMPOSE_HOST}/+g" "${DOCKER_COMPOSE_TEST_NET}" echo "${DOCKER_COMPOSE_CA}" backup ${DOCKER_COMPOSE_CA}