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

commit def5da4c2c8d3ad21b5c8cd435be815bc957a894
Author: Sebb <s...@apache.org>
AuthorDate: Fri Jul 24 16:52:32 2020 +0100

    Typo
---
 www/secretary/workbench/views/actions/icla2.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/icla2.json.rb 
b/www/secretary/workbench/views/actions/icla2.json.rb
index 35f6b19..7b718f8 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -79,7 +79,7 @@ count = (Array(ASF::SVN.list((ASF::SVN.svnurl('iclas') + '/' 
+ @filename).untain
       map(&:to_i).max || 1) + 1 rescue 'N'
 
 # write attachment (+ signature, if present) to the documents/iclas directory
-task "svn commit documents/iclas/#@filename/iclaN#{count}{fileext}" do
+task "svn commit documents/iclas/#@filename/iclaN#{count}#{fileext}" do
   form do
     _input value: @selected, name: 'selected'
 

Reply via email to