Skip to content

Commit 9c2420a

Browse files
committed
“Homebrew Cask” -> “Homebrew-Cask”
1 parent faebc64 commit 9c2420a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Library/Homebrew/blacklist.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def blacklisted?(name)
99
1010
We recommend using a MacTeX distribution: https://www.tug.org/mactex/
1111
12-
You can install it with Homebrew Cask:
12+
You can install it with Homebrew-Cask:
1313
brew cask install mactex
1414
EOS
1515
when "pip" then <<-EOS.undent
@@ -73,7 +73,7 @@ def blacklisted?(name)
7373
and cabal-install instead:
7474
brew install ghc cabal-install
7575
76-
You can install with Homebrew Cask:
76+
You can install with Homebrew-Cask:
7777
brew cask install haskell-platform
7878
EOS
7979
when "mysqldump-secure" then <<-EOS.undent
@@ -82,7 +82,7 @@ def blacklisted?(name)
8282
when "ngrok" then <<-EOS.undent
8383
Upstream sunsetted 1.x in March 2016 and 2.x is not open-source.
8484
85-
If you wish to use the 2.x release you can install with Homebrew Cask:
85+
If you wish to use the 2.x release you can install with Homebrew-Cask:
8686
brew cask install ngrok
8787
EOS
8888
end

Library/Homebrew/cmd/update-report.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,15 +443,15 @@ def migrate_tap_migration
443443
# For formulae migrated to cask: Auto-install cask or provide install instructions.
444444
if new_tap_name == "caskroom/cask"
445445
if new_tap.installed? && (HOMEBREW_REPOSITORY/"Caskroom").directory?
446-
ohai "#{name} has been moved to Homebrew Cask."
446+
ohai "#{name} has been moved to Homebrew-Cask."
447447
ohai "brew uninstall --force #{name}"
448448
system HOMEBREW_BREW_FILE, "uninstall", "--force", name
449449
ohai "brew prune"
450450
system HOMEBREW_BREW_FILE, "prune"
451451
ohai "brew cask install #{name}"
452452
system HOMEBREW_BREW_FILE, "cask", "install", name
453453
else
454-
ohai "#{name} has been moved to Homebrew Cask.", <<-EOS.undent
454+
ohai "#{name} has been moved to Homebrew-Cask.", <<-EOS.undent
455455
To uninstall the formula and install the cask run:
456456
brew uninstall --force #{name}
457457
brew cask install #{name}

Library/Homebrew/requirement.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def message
3636
if cask
3737
s += <<-EOS.undent
3838
39-
You can install with Homebrew Cask:
39+
You can install with Homebrew-Cask:
4040
brew cask install #{cask}
4141
EOS
4242
end

0 commit comments

Comments
 (0)