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 2795698 fix typo
2795698 is described below
commit 27956988c7aec6e1fd1e4e46560242ea19312491
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Sep 23 09:53:18 2019 -0600
fix typo
---
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 0c080ef..dac99b6 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -163,7 +163,7 @@ module ASF
end
# add new 'rejected' entries
- (rejected-missing--existing).each do |pmc|
+ (rejected-missing-existing).each do |pmc|
block += " #{pmc.ljust(22)} # not accepted in #{month}\n"
end