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 8eb9bafc Oops
8eb9bafc is described below
commit 8eb9bafc5b27529432ae8797534b31a8748400ec
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 5 23:59:42 2024 +0000
Oops
---
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 305b141a..6026f4d2 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -205,7 +205,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[:revision]) # done that one
end
rescue StandardError => e
raise e