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/24 16:12:47 UTC

[whimsy] branch master updated: Document that this is an update

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 d63eea6  Document that this is an update
d63eea6 is described below

commit d63eea69d74f9b4b958e9e3f3216755ccbc72312
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jul 24 17:12:37 2020 +0100

    Document that this is an update
---
 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 7b718f8..da985ca 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -156,7 +156,7 @@ task "svn commit foundation/officers/iclas.txt" do
     svn 'diff', dest
 
     # commit changes
-    svn 'commit', dest, '-m', "ICLA for #{@pubname}"
+    svn 'commit', dest, '-m', "ICLA (additional) for #{@pubname}"
   end
 end