Skip to content

Commit

Permalink
contrib/dockerize-disk.sh: Fix indentation
Browse files Browse the repository at this point in the history
Reported by shfmt

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
  • Loading branch information
vvoland committed Mar 7, 2023
1 parent b3428bc commit a0741ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/dockerize-disk.sh
Expand Up @@ -103,8 +103,8 @@ cat > $builddir/result/$new_image_id/json <<- EOS
EOS

if [ -n "$docker_base_image" ]; then
image_id=$(docker inspect -f "{{.Id}}" "$docker_base_image")
echo ", \"parent\": \"$image_id\"" >> $builddir/result/$new_image_id/json
image_id=$(docker inspect -f "{{.Id}}" "$docker_base_image")
echo ", \"parent\": \"$image_id\"" >> $builddir/result/$new_image_id/json
fi

echo "}" >> $builddir/result/$new_image_id/json
Expand Down

0 comments on commit a0741ca

Please sign in to comment.