Skip to content

Commit

Permalink
Merge pull request #4674 from JBallin/Fix-cask-cleanup-deprecation-ba…
Browse files Browse the repository at this point in the history
…cktick

Fix `brew cleanup` backtick in `brew cask cleanup` deprecation message
  • Loading branch information
reitermarkus committed Aug 13, 2018
2 parents 7307d25 + 6ecf2d8 commit b3e3b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/compat/hbc/cli/cleanup.rb
Expand Up @@ -25,7 +25,7 @@ def initialize(*args, cache_location: Cache.path)
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

Expand Down

0 comments on commit b3e3b1c

Please sign in to comment.