Skip to content

Commit 2b3803d

Browse files
committed
Fix indent
1 parent 7f142e2 commit 2b3803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/etc/haproxy/global.cfg.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
crt-base {{ haproxy_global_crt_base }}
4040
{% endif %}
4141
{% if haproxy_version is version('2.2', '>=') and haproxy_global_ssl_default_bind_curves is defined %}
42-
ssl-default-bind-curves {{ haproxy_global_ssl_default_bind_curves }}
42+
ssl-default-bind-curves {{ haproxy_global_ssl_default_bind_curves }}
4343
{% endif %}
4444
{% if haproxy_global_ssl_default_bind_ciphers != false %}
4545
ssl-default-bind-ciphers {{ haproxy_global_ssl_default_bind_ciphers }}

0 commit comments

Comments
 (0)