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 6515f4c  Oops, need to trim the subdir name
6515f4c is described below

commit 6515f4ce099dfa441864be7e7d6a4c3d68ab91a7
Author: Sebb <s...@apache.org>
AuthorDate: Sun Mar 13 13:03:23 2022 +0000

    Oops, need to trim the subdir name
---
 lib/whimsy/asf/mlist.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 2687deb..4586360 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -360,7 +360,7 @@ module ASF
         suffix = ''
       elsif type == 'dig'
         path = LIST_DIGS
-        suffix = ''
+        suffix = '/digest'
       else
         raise ArgumentError.new('type: expecting dig, mod or sub')
       end

Reply via email to