Fix limit-ledger-size syntax (#16856) (#16857)

(cherry picked from commit 3af8cb0150)

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-27 04:41:35 +00:00
committed by GitHub
parent a81bc0ecf8
commit 713f346211

View File

@ -835,7 +835,7 @@ while [[ -n $1 ]]; do
doBuild=false doBuild=false
shift 1 shift 1
elif [[ $1 = --limit-ledger-size ]]; then elif [[ $1 = --limit-ledger-size ]]; then
maybeLimitLedgerSize="$1" "$2" maybeLimitLedgerSize="$1 $2"
shift 2 shift 2
elif [[ $1 = --skip-poh-verify ]]; then elif [[ $1 = --skip-poh-verify ]]; then
maybeSkipLedgerVerify="$1" maybeSkipLedgerVerify="$1"