You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sebastian Bazley <se...@apache.org> on 2016/02/15 14:58:32 UTC

[whimsy.git] [1/1] Commit f98f74a: Auto-correct typo

Commit f98f74a5bb1b46171f43dccdfd6b3896a248e917:
    Auto-correct typo


Branch: refs/heads/master
Author: Sebb <se...@apache.org>
Committer: Sebb <se...@apache.org>
Pusher: sebb <se...@apache.org>

------------------------------------------------------------
www/roster/public_ldap_people.rb                             | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------


diff --git a/www/roster/public_ldap_people.rb b/www/roster/public_ldap_people.rb
index 4020d41..21d5f7d 100644
--- a/www/roster/public_ldap_people.rb
+++ b/www/roster/public_ldap_people.rb
@@ -19,7 +19,7 @@
 # ASF people
 peo = {}
 
-peeps = ASF::Person.preload(['cn', 'loginShell', ['asf-personalURL']]) # for performance
+peeps = ASF::Person.preload(['cn', 'loginShell', 'asf-personalURL']) # for performance
 
 if peeps.empty?
   Wunderbar.error "No results retrieved, output not created"