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

Fix BuildEnvironment initializer

parent 48c14ee7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ class BuildEnvironment
attr_accessor :proc
def initialize(*settings)
@settings = Set.new(settings)
@settings = Set.new(*settings)
end
def merge(*args)
......
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