Skip to content

Commit

Permalink
Not needed; wunderbar will have been loaded already
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jan 31, 2024
1 parent 113fc89 commit b82333b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/whimsy/asf/svn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module ASF
class SVN
svn_base = ASF::Config.get(:svn_base)
if svn_base
require 'wunderbar'
Wunderbar.warn("Found override for svn_base: #{svn_base}")
else
svn_base = 'https://svn.apache.org/repos/'
Expand Down Expand Up @@ -52,7 +51,6 @@ def self.repos
if repo_override
svn_over = repo_override[:svn]
if svn_over
require 'wunderbar'
Wunderbar.warn("Found override for repository.yml[:svn]")
@@repository_entries[:svn].merge!(svn_over)
end
Expand Down

0 comments on commit b82333b

Please sign in to comment.