Tweak formatting in previous commit.

This commit is contained in:
Adam Vandenberg 2010-05-02 16:53:26 -07:00
parent 305fca250e
commit 639ea39d9c

View File

@ -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"