diff --git a/run-tests.sh b/run-tests.sh index b311e65..64dff44 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -1,6 +1,6 @@ #!/bin/bash set -euo pipefail -solana config -u ${SOLANA_URL:-http://localhost:8899} +solana config set --url ${SOLANA_URL:-http://localhost:8899} ./init-governance.sh \ No newline at end of file