diff options
| author | Adam Vandenberg | 2012-03-21 09:09:01 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 09:09:11 -0700 | 
| commit | e307054cf87c8272060a392fd13befe7b65e72d2 (patch) | |
| tree | 7de41656b74405442026d862063051ae59ea5a35 /Library/Homebrew/cmd/fetch.rb | |
| parent | d308e2098b7b2bb894a2e970b0a6477b97ff5814 (diff) | |
| download | homebrew-e307054cf87c8272060a392fd13befe7b65e72d2.tar.bz2 | |
brew fetch: show downloaded path
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 28f51f71a..7d7a28459 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -35,6 +35,7 @@ module Homebrew extend self        previous_sha1 = f.instance_variable_get(:@sha1).to_s.downcase        previous_sha2 = f.instance_variable_get(:@sha256).to_s.downcase unless bottle +      ohai "Downloaded to: #{the_tarball}"        puts "MD5:  #{the_tarball.md5}" unless bottle        puts "SHA1: #{the_tarball.sha1}"        puts "SHA256: #{the_tarball.sha2}" unless bottle | 
