diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 1c79da1593b9ff506593e6a2832048f3a47e3547..93c8f81a0865e220c49fc2a6a8cfbc424091ed43 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -9,7 +9,7 @@ def blacklisted?(name) We recommend using a MacTeX distribution: https://www.tug.org/mactex/ - You can install it with Homebrew Cask: + You can install it with Homebrew-Cask: brew cask install mactex EOS when "pip" then <<-EOS.undent @@ -73,7 +73,7 @@ def blacklisted?(name) and cabal-install instead: brew install ghc cabal-install - You can install with Homebrew Cask: + You can install with Homebrew-Cask: brew cask install haskell-platform EOS when "mysqldump-secure" then <<-EOS.undent @@ -82,7 +82,7 @@ def blacklisted?(name) when "ngrok" then <<-EOS.undent Upstream sunsetted 1.x in March 2016 and 2.x is not open-source. - If you wish to use the 2.x release you can install with Homebrew Cask: + If you wish to use the 2.x release you can install with Homebrew-Cask: brew cask install ngrok EOS end diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index a76167feb5c15bff09ad94978b32d89d4b43c1fa..629ce1f3fc6302ee11bfa43e4bcd3cd3453d13e0 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -443,7 +443,7 @@ class Reporter # For formulae migrated to cask: Auto-install cask or provide install instructions. if new_tap_name == "caskroom/cask" if new_tap.installed? && (HOMEBREW_REPOSITORY/"Caskroom").directory? - ohai "#{name} has been moved to Homebrew Cask." + ohai "#{name} has been moved to Homebrew-Cask." ohai "brew uninstall --force #{name}" system HOMEBREW_BREW_FILE, "uninstall", "--force", name ohai "brew prune" @@ -451,7 +451,7 @@ class Reporter ohai "brew cask install #{name}" system HOMEBREW_BREW_FILE, "cask", "install", name else - ohai "#{name} has been moved to Homebrew Cask.", <<-EOS.undent + ohai "#{name} has been moved to Homebrew-Cask.", <<-EOS.undent To uninstall the formula and install the cask run: brew uninstall --force #{name} brew cask install #{name} diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 5bc4b9a2b78351380765f114caca45a0efcd35ee..fe1a3c020f87b3f28945d9cf1713a6194d997694 100644 --- a/Library/Homebrew/requirement.rb +++ b/Library/Homebrew/requirement.rb @@ -36,7 +36,7 @@ class Requirement if cask s += <<-EOS.undent - You can install with Homebrew Cask: + You can install with Homebrew-Cask: brew cask install #{cask} EOS end