diff options
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 87c2b5d56..093f60d4e 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -28,7 +28,6 @@ module Homebrew extend self        next unless the_tarball.kind_of? Pathname        puts "Downloaded to: #{the_tarball}" unless already_downloaded -      puts "MD5:  #{the_tarball.md5}"        puts "SHA1: #{the_tarball.sha1}"        puts "SHA256: #{the_tarball.sha2}" | 
