You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/09/19 15:09:53 UTC

[whimsy] branch master updated: correct names of files to be committed in icla2

This is an automated email from the ASF dual-hosted git repository.

rubys 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 7bda857  correct names of files to be committed in icla2
7bda857 is described below

commit 7bda85761f978b76c6de19ed9b6502ef7513a7fa
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 19 11:09:35 2017 -0400

    correct names of files to be committed in icla2
---
 www/secretary/workbench/views/actions/icla2.json.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/icla2.json.rb b/www/secretary/workbench/views/actions/icla2.json.rb
index cc3bd9f..0e50ed1 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -92,7 +92,8 @@ task "svn commit documents/iclas/icla#{count}#{fileext}" do
     svn 'status', "#{dir}/#@filename"
 
     # commit changes
-    svn 'commit', "#{dir}/#@filename/#{@filename}#{fileext}",
+    svn 'commit', 
+      *files.values.map {|name| "#{dir}/#@filename/#{@name}"},
       '-m', "additional ICLA from #{@pubname}"
   end
 end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].