Fix brew outdated --cask --json --greedy

This commit is contained in:
MoonFruit 2021-08-04 14:09:33 +08:00
parent f22d140869
commit 3d635c22cd
No known key found for this signature in database
GPG Key ID: 86EE2A2C61AB27B3

View File

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