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/29 20:56:52 UTC

[whimsy] branch master updated: Misplaced code

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 b41ae53  Misplaced code
b41ae53 is described below

commit b41ae53f5cb270c539a27abef751e47249755644
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jun 29 21:56:44 2020 +0100

    Misplaced code
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 2f32e70..00ac230 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -47,8 +47,8 @@ module ASF
             if svn_over
               require 'wunderbar'
               Wunderbar.warn("Found override for repository.yml[:svn]")
+              @@repository_entries[:svn].merge!(svn_over)
             end
-            @@repository_entries[:svn].merge!(svn_over)
           end
 
           @repos = Hash[Dir[*svn].map { |name|