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 365ed2a6 Adjust subject
365ed2a6 is described below

commit 365ed2a66368baa80d0bd65d2f7430007adfd611
Author: Sebb <[email protected]>
AuthorDate: Mon Feb 26 10:19:48 2024 +0000

    Adjust subject
---
 www/roster/public_json_common.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index 464bab23..9a01d431 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -130,7 +130,7 @@ def write_output(file, results)
       begin
         jsonout = StringIO.new
         ASFJSON.compare_json(JSON.parse(@old_file), 
JSON.parse(results),jsonout)
-        sendMail("Difference(s) in JSON #{file} (ALPHA)", jsonout.string)
+        sendMail("JSON changes in #{file}", jsonout.string)
       rescue StandardError => e
         Wunderbar.warn "Failed trying to compare JSON: #{e}"
       end

Reply via email to