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 ec66153 Spurious N
ec66153 is described below
commit ec66153f557cf8155121fd1d562f5a1dc68e3047
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 24 21:26:16 2020 +0100
Spurious N
---
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 49bfa65..ea1baf2 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/icla#{count}#{fileext}" do
form do
_input value: @selected, name: 'selected'