mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
downloads: fix undefined local variable
2950e5ab6e (commitcomment-13824130)
This commit is contained in:
parent
2130cb8c86
commit
dd7e8f291d
@ -500,7 +500,7 @@ class SubversionDownloadStrategy < VCSDownloadStrategy
|
|||||||
args << url unless target.directory?
|
args << url unless target.directory?
|
||||||
args << target
|
args << target
|
||||||
if revision
|
if revision
|
||||||
ohai "Checking out #{ref}"
|
ohai "Checking out #{@ref}"
|
||||||
args << "-r" << revision
|
args << "-r" << revision
|
||||||
end
|
end
|
||||||
args << "--ignore-externals" if ignore_externals
|
args << "--ignore-externals" if ignore_externals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user