Apply s/faucet-keypair/faucet renaming to net scripts (#8867)

This commit is contained in:
Dan Albert
2020-03-14 16:49:28 -07:00
committed by GitHub
parent 29fb79382c
commit ae70f4ea92
4 changed files with 7 additions and 7 deletions

View File

@ -36,5 +36,5 @@ PATH="$HOME"/.cargo/bin:"$PATH"
set -x
scripts/solana-install-deploy.sh \
--keypair config/faucet-keypair.json \
--keypair config/faucet.json \
localhost "$releaseChannel" "$updatePlatform"