From b0ead086a1a652ef1a9efae17487a45407da3950 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 13 Jul 2018 13:04:38 -0700 Subject: [PATCH] Fix bad copy'n'paste --- ci/refresh-testnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/refresh-testnet.sh b/ci/refresh-testnet.sh index 5d8f43385..33c6f276d 100755 --- a/ci/refresh-testnet.sh +++ b/ci/refresh-testnet.sh @@ -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