Skip to content
Snippets Groups Projects
Commit 4cfd8045 authored by Rylan Polster's avatar Rylan Polster
Browse files

deps: fix args for --installed with no formula

parent 36c10edf
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ module Homebrew
if args.no_named?
raise FormulaUnspecifiedError unless args.installed?
puts_deps sorted_dependents(Formula.installed + Cask::Caskroom.casks), recursive
puts_deps sorted_dependents(Formula.installed + Cask::Caskroom.casks), recursive, args: args
return
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