Skip to content

Commit 98e29d8

Browse files
fix(iscsi.conf): adjust jinja rendering
1 parent 96ea2c6 commit 98e29d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iscsi/initiator/config/files/default/iscsi.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ readconf(value, spaces|int+4) }}
1919
{%- elif value is string or value is number %}
2020
{{shift}}{{ key }} = {{"'" if value is not string else ''}}{{ value }}{{"'" if value is not string else ''}}
21-
{%- endif %}
21+
{% endif %}
2222
{%- endmacro -%}
2323

2424
{{ readconf(data, 0) }}

0 commit comments

Comments
 (0)