Skip to content

Commit 8b96649

Browse files
authored
Merge pull request #102679 from v-maudel/patch-441
M46884: Fixing wrong backtick
2 parents 7a0764e + ff3df46 commit 8b96649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ npm run queryCC -- -o $ORGNAME -u $USER_IDENTITY -n $CC_NAME -c $CHANNEL -f <que
462462
463463
```
464464
465-
Pass query function name and comma separated list of arguments in `<queryFunction>` and `<queryFuncArgs>` respectively. Again, taking `fabcar` chaincode as reference, to query all the cars in the world state set `<queryFunction>` to `"queryAllCars"` and `<queryArgs>' to `""`.
465+
Pass query function name and comma separated list of arguments in `<queryFunction>` and `<queryFuncArgs>` respectively. Again, taking `fabcar` chaincode as reference, to query all the cars in the world state set `<queryFunction>` to `"queryAllCars"` and `<queryArgs>` to `""`.
466466
467467
Refer command help for more details on the arguments passed in the command
468468

0 commit comments

Comments
 (0)