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 7ac83f32 Oops
7ac83f32 is described below

commit 7ac83f323c54984a987a3a96143337ad34a2279b
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 5 00:04:21 2024 +0000

    Oops
---
 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 1055f875..b038e5bd 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: update} if status.empty? # no 
entries found in the log
   {data: status}
 end
 

Reply via email to