aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-21 09:09:01 -0700
committerAdam Vandenberg2012-03-21 09:09:11 -0700
commita161058bcdf07fa3181dc878ca9310e569fb4903 (patch)
tree6710673154906ca2f31c79ffa87599e2a8bc40b9 /Library/Homebrew/cmd/fetch.rb
parent6eced20b351a4dab4a1cbf75fe7a9d1975602512 (diff)
downloadbrew-a161058bcdf07fa3181dc878ca9310e569fb4903.tar.bz2
brew fetch: show downloaded path
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
-rw-r--r--Library/Homebrew/cmd/fetch.rb1
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