All vcs strategies support cached_download

This commit is contained in:
Adam Vandenberg 2010-10-24 17:27:48 -07:00
parent 06c7f4a29d
commit b602128a83

View File

@ -81,7 +81,7 @@ begin
if ARGV.named.empty?
puts HOMEBREW_CACHE
else
puts *ARGV.formulae.collect {|f| f.cached_download rescue '(built from source control)'}
puts *ARGV.formulae.collect {|f| f.cached_download}
end
when '--prefix'
if ARGV.named.empty?