Skip to content
Snippets Groups Projects
Commit 44ae0080 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "bottle: allow --keep-old to ignore same sha256s."

This reverts commit ec143749.
parent f19ad517
No related branches found
No related tags found
No related merge requests found
......@@ -391,14 +391,10 @@ module Homebrew
if !tag.empty?
if !bottle_hash["bottle"]["tags"][tag].to_s.empty?
old_value = bottle_hash["bottle"]["tags"][tag][key].to_s
if value != old_value
mismatches << "#{key} => #{tag}"
end
next
mismatches << "#{key} => #{tag}"
else
bottle.send(key, value => tag.to_sym)
end
bottle.send(key, value => tag.to_sym)
next
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment