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/14 11:43:42 UTC

[whimsy] branch master updated: Eliminate magic string

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 f9aad37  Eliminate magic string
f9aad37 is described below

commit f9aad376fdb3077b48b82dcdd3ebbc42b4611601
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 14 12:43:34 2020 +0100

    Eliminate magic string
---
 www/officers/board-stats.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/officers/board-stats.cgi b/www/officers/board-stats.cgi
index a541fef..bae1fc3 100755
--- a/www/officers/board-stats.cgi
+++ b/www/officers/board-stats.cgi
@@ -10,7 +10,7 @@ require 'json'
 require 'set'
 
 BOARD = ASF::SVN['foundation_board']
-REPO = 'https://svn.apache.org/repos/private/foundation/board/'
+REPO = ASF::SVN.svnurl('foundation_board')
 
 # Hash keys returned by summarize
 ERRORS = 'errors'