This is an automated email from the ASF dual-hosted git repository.
curcuru 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 501aa3b7 Fix URL generation for board nominations file
501aa3b7 is described below
commit 501aa3b737cd93ac4a5135d93e12e3e5ca643b27
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 16:40:59 2026 -0500
Fix URL generation for board nominations file
---
www/members/nominate_board.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/nominate_board.cgi b/www/members/nominate_board.cgi
index b2e450cb..435b7c71 100755
--- a/www/members/nominate_board.cgi
+++ b/www/members/nominate_board.cgi
@@ -180,7 +180,7 @@ _html do
_ ' from you with the nomination, '
_a 'as is tradition.', href:
'https://lists.apache.org/[email protected]:2023-2:%22BOARD%20NOMINATION%22'
_ 'This form only supports adding new nominations; to add seconds or
comments to an existing nomination, use SVN and '
- _a 'edit the board_nominations.txt file carefully.', href:
"#{File.join(ASF::MeetingUtil.get_latest(MEETINGS),
ASF::MemberFiles::NOMINATED_BOARD)}"
+ _a 'edit the board_nominations.txt file carefully.', href:
"#{File.join(ASF::MeetingUtil.get_latest(ASF::SVN['Meetings']),
ASF::MemberFiles::NOMINATED_BOARD)}"
end
}
) do