From bcd8094d369b592b39e69a3bca241545fe395630 Mon Sep 17 00:00:00 2001 From: "Gomez Goiri, Aitor" <aitor.gomez@tecnalia.com> Date: Thu, 20 Oct 2022 16:24:25 +0200 Subject: [PATCH] Better to use relative paths since it is in the same Git repository --- deployment/network/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/network/config.sh b/deployment/network/config.sh index c426fe7..ded0daa 100755 --- a/deployment/network/config.sh +++ b/deployment/network/config.sh @@ -9,6 +9,6 @@ CHANNEL=$CHANNEL_NAME DEFAULT_ORGANIZATION=sidenor.com # Chaincode to be installed in the channel -CHAINCODE_PATH=/home/aitor/workspace/hypercog-monorepo/chaincode/ +CHAINCODE_PATH=../../chaincode/ CHAINCODE=$CHAINCODE_NAME LANG=go \ No newline at end of file -- GitLab