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 5ad900be Oops, wrong domain
5ad900be is described below

commit 5ad900be71b3b1dd24688f2c84ba7c665971b322
Author: Sebb <sebb...@users.noreply.github.com>
AuthorDate: Sun Mar 3 07:14:54 2024 +0000

    Oops, wrong domain
---
 tools/pubsub-ci-email.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index afebb528..2b940a4e 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -160,9 +160,9 @@ def do_diff(initiala, currenta)
     Generated by: #{__FILE__}
     EOD
     mail = Mail.new do
-      from "notificati...@whimsy.apache.org" # TODO is this correct?
+      from "notificati...@whimsical.apache.org" # TODO is this correct?
       # to to # Intial testing, only use Bcc
-      bcc 'notificati...@whimsy.apache.org' # keep track of mails
+      bcc 'notificati...@whimsical.apache.org' # keep track of mails
       subject subject
       body body
     end

Reply via email to