You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/07/21 21:19:12 UTC

[whimsy] branch master updated: Typo

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

commit d82c37d20368b2cfaeaea5dc0938c669cf3e1f35
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jul 21 22:19:03 2020 +0100

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

diff --git a/www/secretary/workbench/views/actions/ccla.json.rb b/www/secretary/workbench/views/actions/ccla.json.rb
index e9377d1..d4d4d09 100644
--- a/www/secretary/workbench/views/actions/ccla.json.rb
+++ b/www/secretary/workbench/views/actions/ccla.json.rb
@@ -65,7 +65,7 @@ task "svn commit documents/cclas/#@filename#{fileext} and update cclas.txt" do
 
     svn_multi('officers', 'cclas.txt', 'cclas', @selected, @signature, @filename, fileext, message, @document) do |input|
       # append entry to cclas.txt
-      text + @cclalines +"\n"
+      input + @cclalines + "\n"
     end
 
   end