diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 7fc562642..74336c6ae 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -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 |
