From e157c35104b2aa12f5df4f7399f6cc90073557bc Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 22 Jun 2020 10:35:17 +0200 Subject: [PATCH] Avoid shell globbing in jq query --- scripts/wasmd/deploy_staking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wasmd/deploy_staking.js b/scripts/wasmd/deploy_staking.js index 24d86d06..3248a9a3 100755 --- a/scripts/wasmd/deploy_staking.js +++ b/scripts/wasmd/deploy_staking.js @@ -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: {