Skip to content

Commit 5bfed0c

Browse files
committed
chore: update tasks
1 parent 383c4ba commit 5bfed0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
{
4545
"label": "chaincode - query",
4646
"type": "shell",
47-
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh query ${input:select-peer} ${input:select-function-name} '[${input:select-function-args}]'",
47+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh query ${input:select-peer} ${input:select-function-name} --arguments '[${input:select-function-args}]'",
4848
"problemMatcher": []
4949
},
5050
{
5151
"label": "chaincode - invoke",
5252
"type": "shell",
53-
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh invoke ${input:select-peer} ${input:select-function-name} '[${input:select-function-args}]'",
53+
"command": "./lib/btp-chaincode-lifecycle/chaincode.sh invoke ${input:select-peer} ${input:select-function-name} --arguments '[${input:select-function-args}]'",
5454
"problemMatcher": []
5555
},
5656
{

0 commit comments

Comments
 (0)