From 639ea39d9c10aaa56208484a48b482ceb891052e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 2 May 2010 16:53:26 -0700 Subject: [PATCH] Tweak formatting in previous commit. --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c102af3fe7..639a9bef8b 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -353,7 +353,7 @@ private hash = fn.incremental_hash(hasher) if supplied and not supplied.empty? - raise "#{type} mismatch\nExpected #{supplied}, got #{hash}\nArchive: #{fn}" unless supplied.upcase == hash.upcase + raise "#{type} mismatch\nExpected: #{supplied}\nGot: #{hash}\nArchive: #{fn}" unless supplied.upcase == hash.upcase else opoo "Cannot verify package integrity" puts "The formula did not provide a download checksum"