This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 576e5bf9 Typo - did this ever work?
576e5bf9 is described below
commit 576e5bf9695f0e90a014cf3dfe3e46358e7b4fae
Author: Sebb <[email protected]>
AuthorDate: Mon Aug 1 22:25:12 2022 +0100
Typo - did this ever work?
---
lib/whimsy/asf/ldap.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 9cbfb768..d51ac41b 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -285,7 +285,7 @@ module ASF
# Directory where ldap.conf resides. Differs based on operating system.
ETCLDAP = case
when Dir.exist?('/etc/openldap') then '/etc/openldap'
- when Dir.exist?('/usr/local/etc/openldap') then '/user/local//etc/openldap'
+ when Dir.exist?('/usr/local/etc/openldap') then '/user/local/etc/openldap'
else '/etc/ldap'
end