From 0d3e1119a1155dc60fb9a0840ea4fb2783dc3f37 Mon Sep 17 00:00:00 2001 From: Shaun Jackman <sjackman@gmail.com> Date: Mon, 6 Mar 2017 11:35:48 -0800 Subject: [PATCH] bottle: Remove superfluous odie --- Library/Homebrew/dev-cmd/bottle.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 619986f767..b11da56076 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -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 -- GitLab