mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 22:50:18 +00:00
Update Homebrew-Cask references.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user