Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
steveww committed Jun 23, 2020
1 parent 9369788 commit 184093b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pullbaseimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 184093b

Please sign in to comment.