SubversionDownloadStrategy: fix reference to removed method
This commit is contained in:
parent
96175fae20
commit
8bb26ee2d9
@ -290,7 +290,7 @@ class SubversionDownloadStrategy < AbstractDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
def get_externals
|
def get_externals
|
||||||
`'#{shell_quote(svn)}' propget svn:externals '#{shell_quote(@url)}'`.chomp.each_line do |line|
|
`'#{shell_quote(@@svn)}' propget svn:externals '#{shell_quote(@url)}'`.chomp.each_line do |line|
|
||||||
name, url = line.split(/\s+/)
|
name, url = line.split(/\s+/)
|
||||||
yield name, url
|
yield name, url
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user