Correct log message

This commit is contained in:
Michael Vines 2018-07-13 16:26:56 -07:00
parent 084dbd7f58
commit 1b9d50172b
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ mkdir -p "$SOLANA_CONFIG_PRIVATE_DIR"
$solana_keygen -o "$id_path"
if $node_type_leader; then
echo "Creating $SOLANA_CONFIG_DIR/mint.json with $num_tokens tokens"
echo "Creating $mint_path with $num_tokens tokens"
$solana_keygen -o "$mint_path"
echo "Creating $SOLANA_CONFIG_DIR/ledger.log"