aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-fetch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Contributions/examples/brew-fetch.rb')
-rwxr-xr-xLibrary/Contributions/examples/brew-fetch.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-fetch.rb b/Library/Contributions/examples/brew-fetch.rb
index 28606e3fd..336dc839f 100755
--- a/Library/Contributions/examples/brew-fetch.rb
+++ b/Library/Contributions/examples/brew-fetch.rb
@@ -17,7 +17,6 @@ ARGV.formulae.each do |f|
puts "MD5: #{the_tarball.md5}"
puts "SHA1: #{the_tarball.sha1}"
- puts
unless previous_md5.nil? or the_tarball.md5 == previous_md5
opoo "Formula reports different MD5: #{previous_md5}"