Remove duplicate hash sign

This commit is contained in:
phil 2023-03-24 16:07:46 +01:00
parent 517d7b114d
commit 464c0229a7

View file

@ -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 %}