We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38427e2 commit deae1aeCopy full SHA for deae1ae
1 file changed
.vscode/tasks.json
@@ -148,7 +148,7 @@
148
{
149
"label": "list - channels - peer",
150
"type": "shell",
151
- "command": "./lib/btp-chaincode-lifecycle/chaincode.sh channels ${input:select-peer}",
+ "command": "./lib/btp-chaincode-lifecycle/chaincode.sh peer-channels ${input:select-peer}",
152
"options": {
153
"env": {
154
"BTP_SERVICE_TOKEN": "${input:enter-access-token}"
@@ -158,7 +158,7 @@
158
159
"label": "list - channels - orderer",
160
161
- "command": "./lib/btp-chaincode-lifecycle/chaincode.sh channels ${input:select-orderer}",
+ "command": "./lib/btp-chaincode-lifecycle/chaincode.sh orderer-channels ${input:select-orderer}",
162
163
164
0 commit comments