diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 2c3c940e66..2d7f86ecdf 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -371,7 +371,7 @@ module Homebrew (old_spec.cellar == cellar && [:any, :any_skip_relocation].include?(bottle.cellar)) mismatches.delete(:cellar) - bottle.cellar :any + bottle.cellar old_spec.cellar end unless mismatches.empty? bottle_path.unlink if bottle_path.exist?