From b0ddda02d03316ba80d99785243290e08b41a2cc 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 7531d59ed5bf..0da9235353db 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?