Skip to content

Commit 4f32ce2

Browse files
committed
Fixup
1 parent eaab2b7 commit 4f32ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ci/run-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ run() {
5555

5656
docker "${build_cmd[@]:-build}" \
5757
-t "builtins-$target" \
58-
"${build_args[@]:-}" \
58+
${build_args[@]:-} \
5959
"ci/docker/$target"
6060
docker run \
6161
--rm \

0 commit comments

Comments
 (0)