Skip to content
Snippets Groups Projects
Unverified Commit 537a93ce authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #8599 from Luthaf/cask-reinstall

Do not suggest use of deprecated brew cask reinstall
parents d8a67a84 3376646b
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ module Cask ...@@ -99,7 +99,7 @@ module Cask
Cask '#{token}' is already installed. Cask '#{token}' is already installed.
To re-install #{token}, run: To re-install #{token}, run:
#{Formatter.identifier("brew cask reinstall #{token}")} #{Formatter.identifier("brew reinstall #{token}")}
EOS EOS
end end
end end
......
...@@ -245,7 +245,7 @@ module Homebrew ...@@ -245,7 +245,7 @@ module Homebrew
Your XQuartz (#{MacOS::XQuartz.version}) is outdated. Your XQuartz (#{MacOS::XQuartz.version}) is outdated.
Please install XQuartz #{MacOS::XQuartz.latest_version} (or delete the current version). Please install XQuartz #{MacOS::XQuartz.latest_version} (or delete the current version).
XQuartz can be updated using Homebrew Cask by running: XQuartz can be updated using Homebrew Cask by running:
brew cask reinstall xquartz brew reinstall xquartz
EOS EOS
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment