Skip to content

Commit

Permalink
Drop -demo suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 2, 2018
1 parent 8c8290c commit de23527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Cargo.lock
/config-private/
/config-drone/
/config-validator/
/config-client-demo/
/config-client/
2 changes: 1 addition & 1 deletion multinode-demo/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion multinode-demo/wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
shift
Expand Down

0 comments on commit de23527

Please sign in to comment.