check-compose: add missing endfor's
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
455af49b80
commit
d20635ed36
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ loglevel: {{ checkcompose_loglevel }}
|
||||||
[{{ subv }}]
|
[{{ subv }}]
|
||||||
{% for rectype, recips in recdict %}
|
{% for rectype, recips in recdict %}
|
||||||
{{ rectype }}: {{ recips|join(' ') }}
|
{{ rectype }}: {{ recips|join(' ') }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue