Skip to content

Commit

Permalink
All vcs strategies support cached_download
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Oct 25, 2010
1 parent c17d114 commit b0ddda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit b0ddda0

Please sign in to comment.