mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Avoid shell globbing in jq query
This commit is contained in:
parent
b36d324e6c
commit
e157c35104
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user