fix indent

This commit is contained in:
Steve Waterworth
2020-06-23 10:13:30 +01:00
parent 9369788ced
commit 184093b14b

View File

@@ -6,6 +6,6 @@ do
for IMAGE in $(awk '/^FROM/ { print $2 }' $DFILE)
do
echo "Pulling $IMAGE"
docker pull $IMAGE
docker pull $IMAGE
done
done