You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2019/07/10 08:41:10 UTC

[whimsy] 02/02: correct roster link for nonpmc's

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

commit 6048b12634e07d01245605e8cf028fbcd3f0ec56
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jul 10 09:39:58 2019 +0100

    correct roster link for nonpmc's
    
    fix correct file
---
 www/roster/views/actions/nonpmc.json.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/actions/nonpmc.json.rb b/www/roster/views/actions/nonpmc.json.rb
index a4a9667..4b3f100 100644
--- a/www/roster/views/actions/nonpmc.json.rb
+++ b/www/roster/views/actions/nonpmc.json.rb
@@ -68,13 +68,13 @@ if env.password
   # draft email
   mail = Mail.new do
     from "#{from.public_name} <#{...@apache.org>".untaint
-    # TODO the email may need fixing
+    # TODO the email address may need fixing
     to "private@#{pmc.mail_list}.apache.org".untaint
     cc cc
     bcc "root@apache.org"
     subject "#{who} #{action} #{pmc.display_name} #{list}"
     body "Current roster can be found at:\n\n" +
-      "  https://whimsy.apache.org/roster/committee/#{pmc.id}\n\n" +
+      "  https://whimsy.apache.org/roster/nonpmc/#{pmc.id}\n\n" +
       "LDAP details:\n\n  #{details.join("\n  ")}"
   end