aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-02 16:53:26 -0700
committerAdam Vandenberg2010-05-02 16:53:26 -0700
commit639ea39d9c10aaa56208484a48b482ceb891052e (patch)
tree47bb0b09bc67fa8bc9f31cd78ffb54e1c0029a68 /Library
parent305fca250edb75d31f38a920e331eb4db9b2aaa3 (diff)
downloadbrew-639ea39d9c10aaa56208484a48b482ceb891052e.tar.bz2
Tweak formatting in previous commit.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index c102af3fe..639a9bef8 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"