Skip to content
Snippets Groups Projects
Commit 46a93ee7 authored by Markus Reiter's avatar Markus Reiter
Browse files

Don't output warning to `stdout`.

parent 9bbd866f
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ module Homebrew
def warn_if_cask_conflicts(ref, loaded_type)
cask = Cask::CaskLoader.load ref
puts "Treating #{ref} as a #{loaded_type}. For the cask, use #{cask.tap.name}/#{cask.token}"
opoo "Treating #{ref} as a #{loaded_type}. For the cask, use #{cask.tap.name}/#{cask.token}"
rescue Cask::CaskUnavailableError
# No ref conflict with a cask, do nothing
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