Commit 411726970e920594acc13390d86854bfe725a498:
Fix comment
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/roster/models/committer.rb | + -
------------------------------------------------------------
2 changes: 1 additions, 1 deletions.
------------------------------------------------------------
diff --git a/www/roster/models/committer.rb b/www/roster/models/committer.rb
index 0ffe1a9..fea585a 100644
--- a/www/roster/models/committer.rb
+++ b/www/roster/models/committer.rb
@@ -73,7 +73,7 @@ def self.serialize(id, env)
if ASF::Person.find(env.user).asf_member?
response[:forms] = {}
- if person.icla.claRef # Not all people in members unix group have iclas
+ if person.icla.claRef # Not all people have iclas
iclas = ASF::SVN['private/documents/iclas']
if File.exist? File.join(iclas, person.icla.claRef + '.pdf')
response[:forms][:icla] = person.icla.claRef + '.pdf'