Merge pull request #11821 from moonfruit/outdated-cask-json
Fix brew outdated --cask --json --greedy
This commit is contained in:
commit
0fc7762e99
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user