From b602128a838c372a1d2d5919bcef4518f3deb9af Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 24 Oct 2010 17:27:48 -0700 Subject: [PATCH] All vcs strategies support cached_download --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 7531d59ed5..0da9235353 100755 --- a/bin/brew +++ b/bin/brew @@ -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?