From e46e35bb0c344a55402889c8f7c6ba9c6562f779 Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Thu, 24 Feb 2022 21:57:54 +0900 Subject: [PATCH] delete bottle deprecate key --- 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 d476a0882e..d1faf7d377 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -566,7 +566,6 @@ module Homebrew }, "bottle" => { "root_url" => bottle.root_url, - "prefix" => prefix.to_s, # TODO: 3.3.0: deprecate this "cellar" => bottle_cellar.to_s, "rebuild" => bottle.rebuild, "date" => Pathname(filename.to_s).mtime.strftime("%F"),