diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 7fc5626424..74336c6ae2 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