fix(scripts): properly shift for `--build-base` option (#8167)

This commit is contained in:
Colin Adler 2023-06-22 15:24:03 -05:00 committed by GitHub
parent 41e7216df7
commit 97945ae272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ while true; do
;;
--build-base)
build_base="$2"
shift
shift 2
;;
--push)
push=1