There was an error while loading. Please reload this page.
1 parent 6070d61 commit 5171029Copy full SHA for 5171029
lib/pod/command/repo_svn/update.rb
@@ -81,7 +81,7 @@ def update(source_name = nil, show_output = false)
81
# The name of the source.
82
#
83
def svn_source_named(name)
84
- specified_source = SourcesManager.aggregate.sources.find { |s| s.name == name }
+ specified_source = Config.instance.sources_manager.aggregate.sources.find { |s| s.name == name }
85
unless specified_source
86
raise Informative, "Unable to find the `#{name}` repo."
87
end
0 commit comments