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

commit 231baa84232ec900926d2d23f738b540621bb0b2
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 21 11:26:00 2020 +0100

    Use library 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 06051f1..7119f73 100644
--- a/www/secretary/workbench/views/actions/memapp.json.rb
+++ b/www/secretary/workbench/views/actions/memapp.json.rb
@@ -171,7 +171,7 @@ task "subscribe to [email protected]" do
 
     # checkout empty directory
     svn 'checkout', '--depth', 'empty',
-      "https://svn.apache.org/repos/infra/infrastructure/trunk/subreq";,
+      ASF::SVN.svnpath!('subreq'),
       "#{dir}/subreq"
 
     # write out subscription request

Reply via email to