You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/07/16 23:58:34 UTC

[whimsy] branch master updated: it's now the second capture

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e82024  it's now the second capture
6e82024 is described below

commit 6e820245c3f1d8def689acb749f23c41e9a24e9f
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Jul 16 19:58:18 2019 -0400

    it's now the second capture
---
 lib/whimsy/asf/agenda/special.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/agenda/special.rb b/lib/whimsy/asf/agenda/special.rb
index b9c6a51..5d85483 100644
--- a/lib/whimsy/asf/agenda/special.rb
+++ b/lib/whimsy/asf/agenda/special.rb
@@ -128,7 +128,7 @@ class ASF::Board::Agenda
 
       if need_chair
         if text =~ /(BE IT|FURTHER) RESOLVED, that\s+([^,]*?),?\s+be\b/
-          chairname = $1.gsub(/\s+/, ' ').strip
+          chairname = $2.gsub(/\s+/, ' ').strip
 
           if chairname =~ /\s\(([-.\w]+)\)$/
             # if chair's id is present in parens, use that value