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 d4b56e6a Use correct get_ functions, sigh
d4b56e6a is described below

commit d4b56e6ad2fe150f2df9d33dcb6933b7a295ff30
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue Feb 3 16:37:47 2026 -0500

    Use correct get_ functions, sigh
---
 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 27e7e63b..b2e450cb 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: 
"#{ASF::MemberFiles.latest_meeting(ASF::MemberFiles::NOMINATED_BOARD)}"
+          _a 'edit the board_nominations.txt file carefully.', href: 
"#{File.join(ASF::MeetingUtil.get_latest(MEETINGS), 
ASF::MemberFiles::NOMINATED_BOARD)}"
         end
       }
     ) do

Reply via email to