downloads: fix undefined local variable

2950e5ab6e (commitcomment-13824130)
This commit is contained in:
Xu Cheng 2015-10-17 04:00:41 +08:00
parent 2130cb8c86
commit dd7e8f291d

View File

@ -500,7 +500,7 @@ class SubversionDownloadStrategy < VCSDownloadStrategy
args << url unless target.directory?
args << target
if revision
ohai "Checking out #{ref}"
ohai "Checking out #{@ref}"
args << "-r" << revision
end
args << "--ignore-externals" if ignore_externals