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 22:46:53 UTC

[whimsy] branch master updated: Use [paths] instead of extra args:

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 5408bac  Use [paths] instead of extra args:
5408bac is described below

commit 5408baced5554e6d511f18338f3b87c8d9d33d2a
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jun 9 23:46:44 2020 +0100

    Use [paths] instead of extra args:
---
 www/committers/subscribe.cgi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index 72cb4f3..eb85e31 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -254,8 +254,7 @@ _html do
             credentials = {user: 'whimsysvn'}
           end
 
-          options = credentials.merge({args: tmpdir})
-          ASF::SVN.svn_('checkout', SUBREQ, _, options)
+          ASF::SVN.svn_('checkout', [SUBREQ, tmpdir], _, credentials)
 
           Dir.chdir tmpdir do