Merge pull request #8401 from cstyles/fix-outdated-command
Switch `greedy` argument to a keyword
This commit is contained in:
commit
dd8e6f42a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user