Skip to content

Commit

Permalink
Merge pull request #11821 from moonfruit/outdated-cask-json
Browse files Browse the repository at this point in the history
Fix brew outdated --cask --json --greedy
  • Loading branch information
MikeMcQuaid committed Aug 4, 2021
2 parents f22d140 + 3d635c2 commit 0fc7762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Homebrew/cmd/outdated.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ def json_info(formulae_or_casks, args:)
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
Expand Down

0 comments on commit 0fc7762

Please sign in to comment.