mirror of
https://github.com/moby/moby.git
synced 2026-01-11 02:31:44 +00:00
contrib/dockerize-disk.sh: Fix indentation
Reported by shfmt Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user