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 3e717283 Delimit value [skip ci]
3e717283 is described below
commit 3e717283bb7400a42e945059557792af379c1abd
Author: Sebb <[email protected]>
AuthorDate: Mon Dec 18 08:54:09 2023 +0000
Delimit value [skip ci]
---
tools/site-scan.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/site-scan.rb b/tools/site-scan.rb
index aad4a2ea..4c0ffc94 100755
--- a/tools/site-scan.rb
+++ b/tools/site-scan.rb
@@ -46,7 +46,7 @@ end
def save_events(data, value)
prev = data[:events]
if prev and prev != value
- puts "Events: already have #{prev}, not storing #{value}"
+ puts "Events: already have '#{prev}', not storing '#{value}'"
else
data[:events] = value
end