Merge pull request #10218 from andreastt/fix-tap-migration-advice

missing_formula: fix cask installation advice on tap migration
This commit is contained in:
Jonathan Chang 2021-01-05 01:15:10 +11:00 committed by GitHub
commit fe01a9f410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ module Homebrew
break if new_tap_name == CoreTap.instance.name
install_cmd = if new_tap_name.start_with?("homebrew/cask")
"cask install"
"install --cask"
else
"install"
end