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


The following commit(s) were added to refs/heads/master by this push:
     new 7ba12846 Fix comment
7ba12846 is described below

commit 7ba1284696a9f2612354abaac97d9a0e8a495a63
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 11 22:36:13 2023 +0000

    Fix comment
---
 www/members/board-nominations.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/board-nominations.cgi 
b/www/members/board-nominations.cgi
index bcfa26db..3071690c 100755
--- a/www/members/board-nominations.cgi
+++ b/www/members/board-nominations.cgi
@@ -28,7 +28,7 @@ def setup_data
   year = Time.new.year.to_s
   indices = Dir[File.join(MAIL_ROOT, "members", "#{year}*.yaml")]
 
-  # select messages that have a subject line starting with [MEMBER NOMINATION]
+  # select messages that have a subject line starting with [BOARD NOMINATION]
   emails = []
   indices.each do |index|
     yaml = YamlFile.read(index)

Reply via email to