diff options
| author | Mike McQuaid | 2013-12-08 21:58:03 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-08 21:58:03 +0000 | 
| commit | 0f7ae176997cafe5ff1a7fa9ee94ff370b5b76b9 (patch) | |
| tree | 1f76279cfb9b2820b40f9e0a6bee945a4df6b507 /Library/Homebrew/formula.rb | |
| parent | a762f21e33302de61d8f7b3f1d7b0cdc99ce70d6 (diff) | |
| download | brew-0f7ae176997cafe5ff1a7fa9ee94ff370b5b76b9.tar.bz2 | |
formula: don't print verify message, use resource.
See discussion:
https://github.com/mxcl/homebrew/commit/81d420492c4be9278fcf26d5bef21625d0abf32a#commitcomment-4804596
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index ad23f5d8d..b29df1cba 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -534,7 +534,6 @@ class Formula    # For FormulaInstaller.    def verify_download_integrity fn -    ohai "Verifying #{fn.basename} checksum" if ARGV.verbose?      active_spec.verify_download_integrity(fn)    end  | 
