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?
|
if latest_keg.nil?
|
||||||
ofail "#{f.full_specified_name} not installed"
|
ofail "#{f.full_specified_name} not installed"
|
||||||
else
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user