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/06/09 21:00:09 UTC

[whimsy] branch master updated: Use common method

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 2573366  Use common method
2573366 is described below

commit 25733665b00dacfdc1e38b8ae492620af05a6fa4
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jun 9 21:59:58 2020 +0100

    Use common method
---
 www/secretary/workbench/views/actions/memapp.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/memapp.json.rb b/www/secretary/workbench/views/actions/memapp.json.rb
index 405ef53..a9a4527 100644
--- a/www/secretary/workbench/views/actions/memapp.json.rb
+++ b/www/secretary/workbench/views/actions/memapp.json.rb
@@ -176,7 +176,7 @@ task "subscribe to members@apache.org" do
 
     # write out subscription request
     File.write "#{dir}/subreq/#{fn}", @subreq
-    Kernel.system 'svn', 'add', "#{dir}/subreq/#{fn}"
+    svn 'add', "#{dir}/subreq/#{fn}"
 
     # Show changes
     svn 'diff', "#{dir}/subreq"