Skip to content

Commit

Permalink
script: rename --disable-postcheck -> --no-postcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
TuDo1403 committed Mar 12, 2024
1 parent 5aa6202 commit b862a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ for arg in "$@"; do
--trezor)
extra_argument+=trezor@
;;
--disable-postcheck)
set -- "${@/#--disable-postcheck/}"
--no-postcheck)
set -- "${@/#--no-postcheck/}"
extra_argument+=no-postcheck@
;;
--generate-artifacts)
Expand Down

0 comments on commit b862a0a

Please sign in to comment.