Skip to content

Commit b8a728f

Browse files
authored
Make multi-line conditional more clear
1 parent 13c81f5 commit b8a728f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packer/linux/conf/bin/bk-configure-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ if ! docker run \
4242
--pull=never \
4343
--rm \
4444
"tonistiigi/binfmt@${QEMU_BINFMT_DIGEST}" \
45-
--install all; then
45+
--install all
46+
then
4647
echo Failed to install binfmt.
4748
echo Avaliable docker images:
4849
docker image ls

0 commit comments

Comments
 (0)