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 3263998  Not all board meetings happened in May 2017 ...
3263998 is described below

commit 32639987764a0b9d93a60a696b20540eab67256a
Author: Sebb <[email protected]>
AuthorDate: Wed May 1 21:02:43 2019 +0100

    Not all board meetings happened in May 2017 ...
---
 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 abaa3c4..2066945 100755
--- a/www/board/agenda/routes.rb
+++ b/www/board/agenda/routes.rb
@@ -126,7 +126,7 @@ get %r{/(\d\d\d\d-\d\d-\d\d)/followup\.json} do |date|
   Dir[*months.map {|month| "#{month}/*"}].each do |file|
     next unless File.mtime(file) > start
     raw = File.read(file).force_encoding(Encoding::BINARY)
-    next unless raw =~ /Subject: .*Board feedback on 2017-05-17 (.*) report/
+    next unless raw =~ /Subject: .*Board feedback on #{date} (.*) report/
     followup[$1][:count] += 1 if followup[$1]
   end
 

Reply via email to