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/11/20 00:19:50 UTC

[whimsy] branch master updated: Doh!

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 89decc3  Doh!
89decc3 is described below

commit 89decc32fd4b1dd09c0bae36c2f8107abe1e3e57
Author: Sebb <se...@apache.org>
AuthorDate: Fri Nov 20 00:19:42 2020 +0000

    Doh!
---
 lib/whimsy/asf/podling.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 42d33b9..d823ef5 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -422,7 +422,7 @@ module ASF
         if name
           name.sub! /^Apache\s+/, ''
           name.gsub! /\s+\(.*?\)/, ''
-          name.sub('Open Climate Workench', 'Open Climate Workbench') # fix up typo in PODLINGNAMESEARCH-26
+          name.sub!('Open Climate Workench', 'Open Climate Workbench') # fix up typo in PODLINGNAMESEARCH-26
           name = nil if name =~ /^\s*This/ or name !~ /[A-Z]/ or name =~ %r{^N/A}
         end