Skip to content

Commit deae1ae

Browse files
committed
feat: separate tasks to list channels for orderers and peers
1 parent 38427e2 commit deae1ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
{
149149
"label": "list - channels - peer",
150150
"type": "shell",
151-
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh channels ${input:select-peer}",
151+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh peer-channels ${input:select-peer}",
152152
"options": {
153153
"env": {
154154
"BTP_SERVICE_TOKEN": "${input:enter-access-token}"
@@ -158,7 +158,7 @@
158158
{
159159
"label": "list - channels - orderer",
160160
"type": "shell",
161-
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh channels ${input:select-orderer}",
161+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh orderer-channels ${input:select-orderer}",
162162
"options": {
163163
"env": {
164164
"BTP_SERVICE_TOKEN": "${input:enter-access-token}"

0 commit comments

Comments
 (0)