Skip to content

Commit

Permalink
Update source template to match generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Sep 27, 2022
1 parent 2e2e831 commit e8e583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/10_top.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
{% elif value is sameas false %}
{{ key }} no
{% elif value is string or value is number %}
{{ key }} {{ value }}
{{ key }} {{ value | string }}
{% else %}
{% for i in value %}
{{ key }} {{ i }}
{{ key }} {{ i | string }}
{% endfor %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit e8e583b

Please sign in to comment.