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 15aca343 Fix typo
15aca343 is described below
commit 15aca34395e3fa5ae74d59b87e3018ba116c946b
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 17 00:18:40 2024 +0000
Fix typo
---
www/officers/acreq.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 1854b09d..117b345d 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -291,7 +291,7 @@ _html do
end
if requestor == 'incubator' and not @podling.to_s.empty?
- cc_list << ASF::Podling.find(@pmc).private_mail_list
+ cc_list << ASF::Podling.find(@podling).private_mail_list
requestor = "#{@podling}@incubator"
end