check-compose: add missing endfor's

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-06-24 19:05:52 -07:00
parent 455af49b80
commit d20635ed36
1 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,5 @@ loglevel: {{ checkcompose_loglevel }}
[{{ subv }}]
{% for rectype, recips in recdict %}
{{ rectype }}: {{ recips|join(' ') }}
{% endfor %}
{% endfor %}