Merge pull request #11821 from moonfruit/outdated-cask-json

Fix brew outdated --cask --json --greedy
This commit is contained in:
Mike McQuaid 2021-08-04 08:57:03 +01:00 committed by GitHub
commit 0fc7762e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,8 +150,7 @@ module Homebrew
else
c = formula_or_cask
c.outdated_info(args.greedy?, verbose?, true, greedy_latest: args.greedy_latest?,
greedy_auto_updates: args.greedy_auto_updates?)
c.outdated_info(args.greedy?, verbose?, true, args.greedy_latest?, args.greedy_auto_updates?)
end
end
end