Drop -demo suffix

This commit is contained in:
Michael Vines
2018-07-02 13:49:21 -07:00
committed by Grimes
parent 67e0100866
commit 1d8bb5144e
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh
source "$here"/common.sh
SOLANA_CONFIG_DIR=config-client-demo
SOLANA_CONFIG_DIR=config-client
leader=${1:-${here}/..} # Default to local solana repo
count=${2:-1}