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 2fd79058 Docco [skip ci]
2fd79058 is described below
commit 2fd79058a10e29b1f849746b1c29aaff22590238
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 30 00:02:50 2023 +0000
Docco [skip ci]
---
www/board/agenda/routes.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/routes.rb b/www/board/agenda/routes.rb
index cf94d911..0e2dcf2e 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -550,7 +550,7 @@ get '/new' do
@pmcs = ASF::Board.reporting(@meeting)
@owner = ASF::Board::ShepherdStream.new(actions)
- # Get list of unpublished and unapproved minutes
+ # Get list of unpublished and unapproved minutes (used by the agenda
template)
latest = Dir["#{AGENDA_WORK}/board_minutes*.yml"].max
if latest
draft = YAML.load_file(latest)