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 e09fb39 Clarify
e09fb39 is described below
commit e09fb397d7289d6e224ad487cbf0141ddcb1a0f9
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 4 19:59:58 2019 +0000
Clarify
---
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 f422904..608b7d6 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -811,7 +811,7 @@ module ASF
end
end
- # list of Podlings that this individual is a member of
+ # list of Podlings that this individual is a member (owner) of
def podlings
ASF::Podling.current.select{|pod| project_owners.map(&:name).include?
pod.name}
end