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 d23c716  Whimsy is no longer on the GEM path
d23c716 is described below

commit d23c716e900321684061eba6206d4469f3ca0073
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 12 14:10:04 2020 +0000

    Whimsy is no longer on the GEM path
---
 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 3151574..f72b20c 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -209,7 +209,7 @@ module ASF
 
     # update /etc/ldap.conf. Usage:
     #
-    #   sudo ruby -r whimsy/asf -e "ASF::LDAP.configure"
+    #   sudo ruby -I /srv/whimsy/lib -r whimsy/asf -e "ASF::LDAP.configure"
     #
     def self.configure
       cert = Dir["#{ETCLDAP}/asf*-ldap-client.pem"].first

Reply via email to