Skip to content
Snippets Groups Projects
Commit 6923d81a authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #1236 from reitermarkus/homebrew-cask

“Homebrew Cask” -> “Homebrew-Cask”
parents faebc648 9c2420a9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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}
......
......@@ -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
......
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