Merge pull request #2280 from sjackman/bottle-mismatches

bottle: Remove superfluous odie
This commit is contained in:
Markus Reiter 2017-03-07 00:31:34 +01:00 committed by GitHub
commit 9bcbcf9a54

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