Skip to content
Snippets Groups Projects
Unverified Commit 41ada12b authored by Bo Anderson's avatar Bo Anderson Committed by GitHub
Browse files

Merge pull request #8200 from Rylan12/deps-fix-args

deps: fix args for --installed with no formula
parents 0dab255b 4cfd8045
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