Merge pull request #19839 from tboettch/dockerToolsFix2

dockerTools: Fix loop typo.
This commit is contained in:
Domen Kožar 2016-10-24 21:45:07 +02:00 committed by GitHub
commit c764e680f9

View File

@ -438,7 +438,7 @@ rec {
< image/repositories)
for l in image/*/layer.tar; do
ls_tar image/*/layer.tar >> baseFiles
ls_tar $l >> baseFiles
done
fi