From 6ecf2d8831ae9365f62afcd5eb3584a9cb5aa1ea Mon Sep 17 00:00:00 2001 From: JBallin Date: Mon, 13 Aug 2018 14:31:21 -0700 Subject: [PATCH] Fix `brew cleanup` backtick in `brew cask cleanup` deprecation message --- Library/Homebrew/compat/hbc/cli/cleanup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/compat/hbc/cli/cleanup.rb b/Library/Homebrew/compat/hbc/cli/cleanup.rb index 4a1104838c..49242de783 100644 --- a/Library/Homebrew/compat/hbc/cli/cleanup.rb +++ b/Library/Homebrew/compat/hbc/cli/cleanup.rb @@ -25,7 +25,7 @@ module Hbc end def run - odeprecated "`brew cask cleanup`", "´brew cleanup`", disable_on: Time.new(2018, 9, 30) + odeprecated "`brew cask cleanup`", "`brew cleanup`", disable_on: Time.new(2018, 9, 30) cleanup = Homebrew::Cleanup.new