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 3f8f73f  Fix up name of digest subscriber list
3f8f73f is described below

commit 3f8f73f380216fda11ac967c612020ec6fe34b06
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 20 15:27:33 2021 +0100

    Fix up name of digest subscriber list
---
 lib/whimsy/asf/mlist.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 360a0bb..8794368 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -411,11 +411,13 @@ module ASF
 
     LIST_BASE = ASF::Config[:subscriptions] # allow overrides for testing etc
 
+    # Note: the files are named after the sub-list (mod, digest etc) with an 
's' appended
+    # The main subscriber list uses 'subs' as the name suffix
     LIST_MODS = File.join(LIST_BASE, 'list-mods')
 
     LIST_SUBS = File.join(LIST_BASE, 'list-subs')
 
-    LIST_DIGS = File.join(LIST_BASE, 'list-digs')
+    LIST_DIGS = File.join(LIST_BASE, 'list-digests')
 
     # If this file exists, it is the time when the data was last extracted
     # The mods and subs files are only updated if they have changed

Reply via email to