From a23d969df80befa69775c1a8239ec1a5bf9ffc25 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 8 Nov 2022 09:06:40 +0100 Subject: [PATCH] formula: comment out deprecation --- Library/Homebrew/formula.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 36927900e6..8e20cb5f99 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -1016,7 +1016,8 @@ class Formula # The generated launchd {.plist} file path. sig { returns(Pathname) } def plist_path - odeprecated "formula.plist_path", "formula.launchd_service_path" + # TODO: Add deprecation + # odeprecated "formula.plist_path", "formula.launchd_service_path" launchd_service_path end