Get rid of mixed operator styles
This commit is contained in:
parent
fae84e5031
commit
43aa00227a
@ -4,7 +4,7 @@ require 'keg'
|
||||
module Homebrew
|
||||
def outdated
|
||||
outdated_brews do |f, versions|
|
||||
if ($stdout.tty? || ARGV.verbose?) and not ARGV.flag? '--quiet'
|
||||
if ($stdout.tty? || ARGV.verbose?) && !ARGV.flag?("--quiet")
|
||||
puts "#{f.name} (#{versions*', '} < #{f.pkg_version})"
|
||||
else
|
||||
puts f.name
|
||||
|
Loading…
x
Reference in New Issue
Block a user