Fix limit-ledger-size syntax (#16856)

This commit is contained in:
Tyera Eulberg 2021-04-26 21:35:35 -06:00 committed by GitHub
parent c2becbc0a8
commit 3af8cb0150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"