Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 65468a3

Browse files
committed
I forgot a boolean
1 parent 3051a40 commit 65468a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/gitlab.rb.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gitlab_rails['ldap_base'] = '{{ gitlab_ldap_base }}'
5454
nginx['listen_port'] = "{{ gitlab_nginx_listen_port }}"
5555
{% endif %}
5656
{% if gitlab_nginx_listen_https is defined %}
57-
nginx['listen_https'] = {{ gitlab_nginx_listen_https }}
57+
nginx['listen_https'] = {{ gitlab_nginx_listen_https | lower }}
5858
{% endif %}
5959

6060
# Use smtp instead of sendmail/postfix

0 commit comments

Comments
 (0)