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 0b852c28 Typo
0b852c28 is described below

commit 0b852c28f7698187ece08030bf8890737a8218a6
Author: Sebb <[email protected]>
AuthorDate: Sun Jun 15 23:58:35 2025 +0100

    Typo
---
 www/status/monitors/site_scan.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/status/monitors/site_scan.rb b/www/status/monitors/site_scan.rb
index b33ecb88..e2d87d00 100644
--- a/www/status/monitors/site_scan.rb
+++ b/www/status/monitors/site_scan.rb
@@ -20,7 +20,7 @@ def StatusMonitor.site_scan(previous_status)
   log = File.read(logfile)
 
   # Drop standard cache info (may have @nn: prefix)
-  log.gsub! /^(@\d+:)?([-\w]+ )*https?:\S+ (=> \S* )?\w+\n/, ''
+  log.gsub! /^(@\d+: )?([-\w]+ )*https?:\S+ (=> \S* )?\w+\n/, ''
   # Drop other info (must agree with scanner script)
   log.gsub! %r{^(Started|Ended|Events):.+\n}, '' # drop 'Events: already have'
 

Reply via email to