We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ea2c6 commit 98e29d8Copy full SHA for 98e29d8
iscsi/initiator/config/files/default/iscsi.tmpl
@@ -18,7 +18,7 @@
18
{{ readconf(value, spaces|int+4) }}
19
{%- elif value is string or value is number %}
20
{{shift}}{{ key }} = {{"'" if value is not string else ''}}{{ value }}{{"'" if value is not string else ''}}
21
-{%- endif %}
+{% endif %}
22
{%- endmacro -%}
23
24
{{ readconf(data, 0) }}
0 commit comments