Fix keypair option in scripts

Thanks @CriesofCarrots!
This commit is contained in:
Greg Fitzgerald
2018-07-12 19:47:56 -06:00
committed by Greg Fitzgerald
parent 3d9acdd970
commit 4cca3ff454
3 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ fi
# shellcheck disable=SC2086 # $solana_client_demo should not be quoted
exec $solana_client_demo \
-n "$count" -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -m "$SOLANA_CONFIG_CLIENT_DIR"/client.json
-n "$count" -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$SOLANA_CONFIG_CLIENT_DIR"/client.json