Skip to content
Snippets Groups Projects
Unverified Commit fe01a9f4 authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

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

missing_formula: fix cask installation advice on tap migration
parents 4a90a5a5 317c14da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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