Skip to content

Commit 97945ae

Browse files
authored
fix(scripts): properly shift for --build-base option (#8167)
1 parent 41e7216 commit 97945ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ while true; do
5555
;;
5656
--build-base)
5757
build_base="$2"
58-
shift
58+
shift 2
5959
;;
6060
--push)
6161
push=1

0 commit comments

Comments
 (0)