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 c5a10659 TYpo
c5a10659 is described below
commit c5a10659974349e594164d2f1527d5c88d4777f9
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 5 21:53:50 2026 +0000
TYpo
---
www/members/update_board_nominations.cgi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/members/update_board_nominations.cgi
b/www/members/update_board_nominations.cgi
index b09dadec..2566e75d 100755
--- a/www/members/update_board_nominations.cgi
+++ b/www/members/update_board_nominations.cgi
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
-PAGETITLE = "Update board-nominations.txt" # Wvisible:members
+PAGETITLE = "Update board_nominations.txt" # Wvisible:members
# Note: PAGETITLE must be double quoted
-# Page to allow arbitrary updates to board-nominations.txt, without needing to
install or know SVN
+# Page to allow arbitrary updates to board_nominations.txt, without needing to
install or know SVN
$LOAD_PATH.unshift '/srv/whimsy/lib'
require 'wunderbar'
@@ -14,7 +14,7 @@ require 'whimsy/asf/meeting-util'
user = ASF::Auth.decode(env = {})
-FILE = 'board-nominations.txt'
+FILE = 'board_nominations.txt'
latest_meeting_dir = ASF::MeetingUtil.latest_meeting_dir
source = File.join(ASF::SVN.svnurl!('Meetings'),
File.basename(latest_meeting_dir), FILE)