Merge pull request #7153 from MikeMcQuaid/uninstall-test-fix
cmd/uninstall: handle unparsed arguments.
This commit is contained in:
commit
60ec0881fe
@ -130,7 +130,7 @@ module Homebrew
|
||||
protected
|
||||
|
||||
def sample_command
|
||||
"brew uninstall --ignore-dependencies #{Homebrew.args.named.join(" ")}"
|
||||
"brew uninstall --ignore-dependencies #{Array(Homebrew.args.named).join(" ")}"
|
||||
end
|
||||
|
||||
def are_required_by_deps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user