Skip to content
Snippets Groups Projects
Unverified Commit dd8e6f42 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

Merge pull request #8401 from cstyles/fix-outdated-command

Switch `greedy` argument to a keyword
parents dd71f388 d45701cf
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ module Homebrew
if formula_or_cask.is_a?(Formula)
formula_or_cask.outdated?(fetch_head: args.fetch_HEAD?)
else
formula_or_cask.outdated?(args.greedy?)
formula_or_cask.outdated?(greedy: args.greedy?)
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment