Skip to content
Snippets Groups Projects
Commit 74cdfe49 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Revert "diagnostic: ignore duplicated `brew-cask` commands"

parent 21ac7de2
No related branches found
No related tags found
No related merge requests found
......@@ -1090,8 +1090,6 @@ module Homebrew
cmd_map[cmd_name] << cmd
end
cmd_map.reject! { |_cmd_name, cmd_paths| cmd_paths.size == 1 }
# TODO: remove when Cask migration is complete.
cmd_map.reject! { |cmd_name, _cmd_paths| cmd_name.include? "brew-cask" }
return if cmd_map.empty?
message = "You have external commands with conflicting names.\n"
......
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