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

@ -77,7 +77,7 @@ solana-bench-exchange)
idle)
# Add the faucet keypair to idle clients for convenience
net/scripts/rsync-retry.sh -vPrc \
"$entrypointIp":~/solana/config/faucet-keypair.json ~/solana/
"$entrypointIp":~/solana/config/faucet.json ~/solana/
exit 0
;;
*)