Remove duplicate hash sign
This commit is contained in:
parent
517d7b114d
commit
464c0229a7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{% if postfix_transport_relay is defined %}
|
{% if postfix_transport_relay is defined %}
|
||||||
{% for transport in postfix_transport_relay %}
|
{% for transport in postfix_transport_relay %}
|
||||||
{% if transport.comment is defined %}
|
{% if transport.comment is defined %}
|
||||||
# {{ transport.comment }}
|
{{ transport.comment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "%-50s %s" | format(transport.destination, transport.relay) }}
|
{{ "%-50s %s" | format(transport.destination, transport.relay) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue