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
+1 -1
View File
@@ -55,7 +55,7 @@ while true; do
;;
--build-base)
build_base="$2"
shift
shift 2
;;
--push)
push=1