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 a006dcf  oops, not valid syntax until later version
a006dcf is described below

commit a006dcf8c02f97efcbe41b4485e632aa5e968e3a
Author: Sebb <s...@apache.org>
AuthorDate: Wed Jul 15 17:21:12 2020 +0100

    oops, not valid syntax until later version
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 822c320..7e195b6 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -914,7 +914,7 @@ module ASF
         open(listfile) do |l|
           filerev = l.gets.chomp
           if filerev.start_with? EPOCH_TAG # drop the marker
-            filerev = filerev[EPOCH_LEN..] 
+            filerev = filerev[EPOCH_LEN..-1] 
             filedates = true
           end
         end

Reply via email to