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

Commit 1f78d33

Browse files
committed
fix: bad copy/paste
1 parent 48bd948 commit 1f78d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/gitlab.rb.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ gitlab_rails['ldap_servers'] = {
5757
'encryption' => '{{ gitlab_ldap_method}}',
5858
'bind_dn' => '{{ gitlab_ldap_bind_dn }}',
5959
'password' => '{{ gitlab_ldap_password }}',
60-
'allow_username_or_email_login' => true
61-
'base' => '{{ gitlab_ldap_base }',
60+
'allow_username_or_email_login' => true,
61+
'base' => '{{ gitlab_ldap_base }}'
6262
}
6363
}
6464
{% endif %}

0 commit comments

Comments
 (0)