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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  81f0915   correct variable name
81f0915 is described below

commit 81f0915e3316189fb3f693a7766301a854dd39b6
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Fri Sep 16 21:47:17 2016 -0400

    correct variable name
---
 www/secmail/views/actions/icla.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secmail/views/actions/icla.json.rb 
b/www/secmail/views/actions/icla.json.rb
index f940c76..d686072 100644
--- a/www/secmail/views/actions/icla.json.rb
+++ b/www/secmail/views/actions/icla.json.rb
@@ -169,7 +169,7 @@ if @user and not @user.empty? and pmc and not 
@votelink.empty?
       dest = "#{dir}/acreq/new-account-reqs.txt"
 
       # update iclas.txt
-      File.write dest, File.read(dest) + line + "\n"
+      File.write dest, File.read(dest) + @acreq + "\n"
 
       # show the changes
       svn 'diff', dest

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

Reply via email to