silence no-op upgrade warning in upgrade.rb
This commit is contained in:
parent
d40ab11784
commit
8bb1ba13be
@ -175,7 +175,7 @@ module Homebrew
|
||||
if latest_keg.nil?
|
||||
ofail "#{f.full_specified_name} not installed"
|
||||
else
|
||||
opoo "#{f.full_specified_name} #{latest_keg.version} already installed"
|
||||
opoo "#{f.full_specified_name} #{latest_keg.version} already installed" unless args.quiet?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user