This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 5426474422d8eae0643803d9b16beaab514832b0
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Apr 9 13:53:41 2018 -0400

    fix Ace in Termination report
    
    also remove terminal output made redundant by addition of logging
---
 tools/collate_minutes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index f3bae69..680494a 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -583,6 +583,7 @@ seen={}
     report.title.sub! 'Orc', 'ORC'
     report.title.sub! 'Steve', 'STeVe'
     report.title.sub! 'Openmeetings', 'OpenMeetings'
+    report.title.sub! 'Ace', 'ACE' # WHIMSY-31
 
     pending[title] = report
   end
@@ -728,7 +729,6 @@ end
 
 # output each individual report by owner
 agenda.sort.each do |title, reports|
-  puts title
   page = layout(title) do |x|
     info = site[canonical[title.downcase]]
     if info

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to