Skip to content

Commit f1b4491

Browse files
committed
scripts: imp fmt again
1 parent d7ea50a commit f1b4491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/make/build-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ $sudo_cmd docker \
100100
--build-arg VERSION="$version" \
101101
--output "$docker_output" \
102102
--platform "$docker_platforms" \
103-
$docker_version_tag $docker_channel_tag \
103+
$docker_version_tag \
104+
$docker_channel_tag \
104105
-f ./docker/Dockerfile \
105106
. \
106107
;

0 commit comments

Comments
 (0)