Fix bad copy'n'paste

This commit is contained in:
Michael Vines 2018-07-13 13:04:38 -07:00
parent a3b22d0d33
commit b0ead086a1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [[ -z $SOLANA_METRICS_CONFIG ]]; then
fi
# Default to --edge channel. To select the beta channel:
# export SOLANA_METRICS_CONFIG=--beta
# export SOLANA_SNAP_CHANNEL=--beta
if [[ -z $SOLANA_SNAP_CHANNEL ]]; then
SOLANA_SNAP_CHANNEL=--edge
fi