Skip to content
Snippets Groups Projects
Commit 0d6ceaf8 authored by Jack Nagel's avatar Jack Nagel
Browse files

Simplify build_argv

parent d4430892
No related branches found
No related tags found
No related merge requests found
......@@ -465,9 +465,7 @@ class FormulaInstaller
end
def build_argv
opts = Options.create(sanitized_ARGV_options)
opts.concat(options)
opts
Options.create(sanitized_ARGV_options) + options
end
def build
......
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