Get client-id.json out of the genesis ledger directory

This commit is contained in:
Michael Vines 2019-03-21 15:10:01 -07:00 committed by Grimes
parent 045af04784
commit 3b5a9f512c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ local|tar)
solana_keygen=solana-keygen
ledger=config-local/bootstrap-leader-ledger
client_id=config/client-id.json
client_id=config-local/client-id.json
;;
*)
echo "Unknown deployment method: $deployMethod"