diff options
| author | Adam Vandenberg | 2012-03-21 09:09:01 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-21 09:09:11 -0700 | 
| commit | a161058bcdf07fa3181dc878ca9310e569fb4903 (patch) | |
| tree | 6710673154906ca2f31c79ffa87599e2a8bc40b9 /Library/Homebrew/cmd/fetch.rb | |
| parent | 6eced20b351a4dab4a1cbf75fe7a9d1975602512 (diff) | |
| download | brew-a161058bcdf07fa3181dc878ca9310e569fb4903.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  | 
