mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
fix(scripts): properly shift for --build-base option (#8167)
This commit is contained in:
@@ -55,7 +55,7 @@ while true; do
|
||||
;;
|
||||
--build-base)
|
||||
build_base="$2"
|
||||
shift
|
||||
shift 2
|
||||
;;
|
||||
--push)
|
||||
push=1
|
||||
|
||||
Reference in New Issue
Block a user