diff options
| author | Adam Vandenberg | 2010-05-02 16:53:26 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-02 16:53:26 -0700 |
| commit | 639ea39d9c10aaa56208484a48b482ceb891052e (patch) | |
| tree | 47bb0b09bc67fa8bc9f31cd78ffb54e1c0029a68 /Library | |
| parent | 305fca250edb75d31f38a920e331eb4db9b2aaa3 (diff) | |
| download | brew-639ea39d9c10aaa56208484a48b482ceb891052e.tar.bz2 | |
Tweak formatting in previous commit.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
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" |
