Skip to content

Commit

Permalink
Fix limit-ledger-size syntax (solana-labs#16856)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Apr 27, 2021
1 parent c2becbc commit 3af8cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ while [[ -n $1 ]]; do
doBuild=false
shift 1
elif [[ $1 = --limit-ledger-size ]]; then
maybeLimitLedgerSize="$1" "$2"
maybeLimitLedgerSize="$1 $2"
shift 2
elif [[ $1 = --skip-poh-verify ]]; then
maybeSkipLedgerVerify="$1"
Expand Down

0 comments on commit 3af8cb0

Please sign in to comment.