From f7e17713a24ec543ab02525b5a18fb847ab5d2cb Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Sat, 10 Aug 2024 11:55:43 -0700 Subject: [PATCH] Update message, as there is a replacement --- Library/Homebrew/cli/parser.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cli/parser.rb b/Library/Homebrew/cli/parser.rb index 3dbb498139..f612deb9a2 100644 --- a/Library/Homebrew/cli/parser.rb +++ b/Library/Homebrew/cli/parser.rb @@ -168,8 +168,8 @@ module Homebrew @is_dev_cmd = T.let(T.must(cmd_location.absolute_path).start_with?(Commands::HOMEBREW_DEV_CMD_PATH), T::Boolean) odeprecated( - "`brew #{@command_name}', which does not inherit from from Homebrew::AbstractCommand. This command " \ - "needs to be refactored ( see https://docs.brew.sh/External-Commands ), as it is written in a style that", + "`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that", + "inheritance from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )", disable_for_developers: false, ) end