You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/29 21:14:14 UTC

[whimsy] branch master updated: Wrong template location

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 7c8d0b3  Wrong template location
7c8d0b3 is described below

commit 7c8d0b38a7f1f6462f588baedae58c7b1071bf5a
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 29 22:14:05 2020 +0100

    Wrong template location
---
 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 c209e40..8fe92cb 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -83,7 +83,7 @@ get '/missing' do
     # update in memory cache with a dummy agenda.  The only relevant
     # part of the agenda that matters for this operation is the list
     # of pmcs (@pmcs).
-    template = "#{ASF::SVN['foundation_board']}/board_agenda_template.erb"
+    template = "#{ASF::SVN['foundation_board']}/templates/board_agenda.erb"
     @meeting = ASF::Board.nextMeeting
     agenda = @meeting.strftime('board_agenda_%Y_%m_%d.txt')
     @directors = ['TBD']