Skip to content
Snippets Groups Projects
Commit b602128a authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

All vcs strategies support cached_download

parent 06c7f4a2
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment