You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/07/04 16:24:43 UTC

[whimsy] branch master updated: fix typo

This is an automated email from the ASF dual-hosted git repository.

rubys 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 5ecb108  fix typo
5ecb108 is described below

commit 5ecb10839fa582eb472db9c31b069d43a5c4803d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Jul 4 12:24:36 2017 -0400

    fix typo
---
 www/roster/views/actions/appgroup.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/actions/appgroup.json.rb b/www/roster/views/actions/appgroup.json.rb
index 7a523bc..e6d3d17 100644
--- a/www/roster/views/actions/appgroup.json.rb
+++ b/www/roster/views/actions/appgroup.json.rb
@@ -4,7 +4,7 @@
 
 if env.password
   person = ASF::Person.find(@id)
-  group = ASF::Approup.find(@group)
+  group = ASF::AppGroup.find(@group)
 
   # update LDAP
   ASF::LDAP.bind(env.user, env.password) do

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].