This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b702027 WHIMSY-31 - fix up ACE minutes
b702027 is described below
commit b7020271eb4371d9b3778bfaa315f8264134c914
Author: Sebb <sebb@apache.org>
AuthorDate: Fri Aug 19 19:54:41 2016 +0100
WHIMSY-31 - fix up ACE minutes
---
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 f84f0ba..fb19d17 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -278,7 +278,7 @@ FileUtils.mkdir_p SITE_MINUTES
next if title == 'April 2011 podling reports'
- title.sub! 'ACE', 'Ace'
+ title.sub! 'Ace', 'ACE' # WHIMSY-31
title.sub! 'Bean Validation', 'BeanValidation'
title.sub! 'Bluesky', 'BlueSky'
title.sub! 'Easyant', 'EasyAnt'
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|