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 d714487  Use library method
d714487 is described below

commit d714487b3da3f2efe7aed7021fa204eb22ba9cd5
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jul 21 16:52:46 2020 +0100

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

diff --git a/www/secretary/workbench/views/actions/icla.json.rb 
b/www/secretary/workbench/views/actions/icla.json.rb
index c376241..69d69e9 100644
--- a/www/secretary/workbench/views/actions/icla.json.rb
+++ b/www/secretary/workbench/views/actions/icla.json.rb
@@ -224,7 +224,7 @@ if @valid_user and @pmc and not @votelink.empty?
     complete do |dir|
       # checkout acreq directory
       svn 'checkout', '--depth', 'files',
-        'https://svn.apache.org/repos/infra/infrastructure/trunk/acreq', 
+      ASF::SVN.svnurl!('acreq'),
         "#{dir}/acreq"
 
       # update new-account-reqs.txt

Reply via email to