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 d7971ed1 Oops2
d7971ed1 is described below
commit d7971ed11354c6cd3902f3d2a2a5b5efb77ea989
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 5 00:09:20 2024 +0000
Oops2
---
www/status/monitors/git.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/status/monitors/git.rb b/www/status/monitors/git.rb
index b038e5bd..9dced217 100644
--- a/www/status/monitors/git.rb
+++ b/www/status/monitors/git.rb
@@ -133,7 +133,7 @@ def Monitor.git(previous_status)
end
end
- status[:empty] = {level: 'success', data: update} if status.empty? # no
entries found in the log
+ status[:empty] = {level: 'success', data: updates} if status.empty? # no
entries found in the log
{data: status}
end