Get rid of mixed operator styles

This commit is contained in:
Jack Nagel 2015-01-03 17:53:00 -05:00
parent fae84e5031
commit 43aa00227a

View File

@ -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