This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 055cee2 Use the official name
new 27f57f6 Merge branch 'master' of
https://github.com/apache/whimsy.git
055cee2 is described below
commit 055cee26c149e529e85cbb17904d24648cf5a75e
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 19 10:32:04 2016 +0100
Use the official name
---
www/roster/public_nonldap_groups.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/public_nonldap_groups.rb
b/www/roster/public_nonldap_groups.rb
index 890c134..2470483 100644
--- a/www/roster/public_nonldap_groups.rb
+++ b/www/roster/public_nonldap_groups.rb
@@ -22,7 +22,7 @@
require_relative 'public_json_common'
-pods = Hash[ASF::Podlings.list.map {|podling| [podling.name, podling.status]}]
+pods = Hash[ASF::Podling.list.map {|podling| [podling.name, podling.status]}]
groups = {}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].