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/12/17 16:43:39 UTC

[whimsy] branch master updated: Allow for single space before (est.

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 bd7355e  Allow for single space before (est.
bd7355e is described below

commit bd7355ea630acf5ebc1b0f1671d518b9652dd057
Author: Sebb <se...@apache.org>
AuthorDate: Thu Dec 17 16:43:30 2020 +0000

    Allow for single space before (est.
---
 lib/whimsy/asf/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index 89b2fa9..0798332 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -320,7 +320,7 @@ module ASF
       #         remove from COMMITTEE MEMBERSHIP AND CHANGE PROCESS          #
       ########################################################################
 
-      contents.sub! %r{^\* #{pmc}  \(est.*?\n\n+}m, ''
+      contents.sub! %r{^\* #{pmc}  ?\(est.*?\n\n+}m, ''
 
       contents
     end