Skip to content

Commit 5171029

Browse files
committed
work with cocoapods 1.0.0 release
1 parent 6070d61 commit 5171029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pod/command/repo_svn/update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def update(source_name = nil, show_output = false)
8181
# The name of the source.
8282
#
8383
def svn_source_named(name)
84-
specified_source = SourcesManager.aggregate.sources.find { |s| s.name == name }
84+
specified_source = Config.instance.sources_manager.aggregate.sources.find { |s| s.name == name }
8585
unless specified_source
8686
raise Informative, "Unable to find the `#{name}` repo."
8787
end

0 commit comments

Comments
 (0)