Update Homebrew-Cask references.

This commit is contained in:
Markus Reiter
2018-05-25 18:20:02 +02:00
parent 6c70b36351
commit de246cc528
25 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ module Homebrew
EOS
break if new_tap_name == CoreTap.instance.name
install_cmd = if new_tap_user == "caskroom" || (new_tap_user == "homebrew" && new_tap_repo.start_with?("cask"))
install_cmd = if new_tap_name.start_with?("homebrew/cask")
"cask install"
else
"install"