mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
fix Error: error getting chaincode code mycc: path to chaincode does not exist: github.com/hyperledger/fabric-samples/chaincode/abac/node
This commit is contained in:
parent
fd1dcf1b34
commit
5d10e7571e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ function main {
|
|||
if [ "$LANGUAGE" = "golang" ]; then
|
||||
CC_SRC_PATH="github.com/hyperledger/fabric-samples/chaincode/abac/go"
|
||||
elif [ "$LANGUAGE" = "node" ]; then
|
||||
CC_SRC_PATH="github.com/hyperledger/fabric-samples/chaincode/abac/node"
|
||||
CC_SRC_PATH="/opt/gopath/src/github.com/hyperledger/fabric-samples/chaincode/abac/node"
|
||||
fi
|
||||
|
||||
logr "CC_SRC_PATH=${CC_SRC_PATH}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue