bottle: Remove superfluous odie

This commit is contained in:
Shaun Jackman 2017-03-06 11:35:48 -08:00
parent 1959cc3f2d
commit 0d3e1119a1

View File

@ -437,7 +437,6 @@ module Homebrew
--keep-old was passed but there are changes in:
#{mismatches.join("\n")}
EOS
odie "--keep-old was passed but there were changes in #{mismatches.join(", ")}!"
end
output = bottle_output bottle
end