Skip to content

Commit

Permalink
Add an extra newline on each loop iteration
Browse files Browse the repository at this point in the history
It makes it easier on the eyes when reading logs.
  • Loading branch information
ralphbean committed Jul 12, 2024
1 parent b7fa176 commit b1b388e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/oci-copy/0.1/oci-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ spec:
--media-type application/vnd.oci.empty.v1+json --size 2 -
for varfile in /var/workdir/vars/*; do
echo
echo "Reading $varfile"
source $varfile
Expand Down

0 comments on commit b1b388e

Please sign in to comment.