Skip to content
Snippets Groups Projects
Commit 3a58b814 authored by Max Howell's avatar Max Howell
Browse files

Warn, don't advertise with a status header

parent 2431c00c
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,7 @@ module Homebrew extend self
end unless ARGV.force?
ARGV.formulae.each do |f|
if f.linked_keg.directory?
ohai "#{f} already installed"
puts "Try: brew upgrade #{f}"
end
opoo "#{f} already installed" if f.linked_keg.directory?
end unless ARGV.force?
if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
......
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