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 2018/04/30 22:45:26 UTC

[whimsy] branch master updated: Use shorthand id for accessing SVN

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 e4f714f  Use shorthand id for accessing SVN
e4f714f is described below

commit e4f714fde5101ce6687bf7482c0a554adb06a7ad
Author: Sebb <se...@apache.org>
AuthorDate: Mon Apr 30 23:45:24 2018 +0100

    Use shorthand id for accessing SVN
---
 www/secretary/iclasort.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/iclasort.rb b/www/secretary/iclasort.rb
index dae1486..ad14628 100644
--- a/www/secretary/iclasort.rb
+++ b/www/secretary/iclasort.rb
@@ -1,6 +1,6 @@
 require 'whimsy/asf'
 
-OFFICERS = ASF::SVN['private/foundation/officers']
+OFFICERS = ASF::SVN['officers']
 
 unless OFFICERS
   STDERR.puts 'Unable to locate a checked out version of '

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.