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 bb9d7606 Oops, revert temporary debug change
bb9d7606 is described below

commit bb9d76063329ff48de32b0446ce91bb0113bf3fa
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 5 23:38:58 2024 +0000

    Oops, revert temporary debug change
---
 tools/pubsub-ci-email.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index 21c11220..461c6f87 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -204,7 +204,7 @@ def handle_change(revision)
     # Get pairs of entries and calculate differences
     out.each_cons(2) do |before, after|
       do_diff(before, after)
-      # File.write(PREVIOUS_REVISION, after[0]) # done that one
+      File.write(PREVIOUS_REVISION, after[0]) # done that one
     end
   rescue StandardError => e
     raise e

Reply via email to