From a70f31b3da69400492372c73bead0c7ab56639da Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 22:12:47 -0700 Subject: [PATCH] Use correct --url (#10284) (#10287) automerge --- ci/run-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-sanity.sh b/ci/run-sanity.sh index fd6a7d88cb..d113f95615 100755 --- a/ci/run-sanity.sh +++ b/ci/run-sanity.sh @@ -19,7 +19,7 @@ while [[ ! -f config/run/init-completed ]]; do fi done -while [[ $($solana_cli slot --commitment recent) -eq 0 ]]; do +while [[ $($solana_cli --url http://localhost:8899 slot --commitment recent) -eq 0 ]]; do sleep 1 done curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":1, "method":"validatorExit"}' http://localhost:8899