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/09/13 23:13:44 UTC

[whimsy] 02/03: Revert "Hope this will make Travis happy"

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

commit e16a42a8708cc2995bc005d8deeb9c0fe8566221
Author: Sebb <se...@apache.org>
AuthorDate: Fri Sep 14 00:12:26 2018 +0100

    Revert "Hope this will make Travis happy"
    
    This reverts commit d3257c06c075fed67f9739535aaa35d74d9b5c44.
---
 lib/whimsy/asf/agenda/minutes.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/agenda/minutes.rb b/lib/whimsy/asf/agenda/minutes.rb
index 1d52fbc..0cf7f77 100644
--- a/lib/whimsy/asf/agenda/minutes.rb
+++ b/lib/whimsy/asf/agenda/minutes.rb
@@ -1,7 +1,8 @@
 # Minutes from previous meetings
 
+FOUNDATION_BOARD = ASF::SVN['foundation_board']
+
 class ASF::Board::Agenda
-  FOUNDATION_BOARD = ASF::SVN['foundation_board']
   parse do
     minutes = @file.split(/^ 3. Minutes from previous meetings/,2).last.
       split(OFFICER_SEPARATOR,2).first