Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: munapower <mmunaro@hotmail.com>
  • Loading branch information
munapower committed Jul 19, 2024
1 parent 7ead437 commit 13db157
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 @@ -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}
Expand Down

0 comments on commit 13db157

Please sign in to comment.