Avoid shell globbing in jq query

This commit is contained in:
Simon Warta 2020-06-22 10:35:17 +02:00
parent b36d324e6c
commit e157c35104

View File

@ -17,7 +17,7 @@ const codeMeta = {
};
// To get the proper validator address, run the demo chain (./scripts/wasmd/start.sh), then run:
// curl http://localhost:1317/staking/validators | jq .result[0].operator_address
// curl http://localhost:1317/staking/validators | jq '.result[0].operator_address'
const bounty = {
label: "Bounty",
initMsg: {