Skip to content

Commit

Permalink
Fix relative link to client demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored and garious committed Jun 13, 2018
1 parent e44d423 commit dcb6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multinode-demo/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ rsync -v -e ssh "$LEADER/leader.json" .
rsync -v -e ssh "$LEADER/mint-demo.json" .

#cargo run --release --bin solana-client-demo -- \
../target/release/solana-client-demo \
./target/release/solana-client-demo \
-n $COUNT -l leader.json -d < mint-demo.json 2>&1 | tee client.log

0 comments on commit dcb6234

Please sign in to comment.