Skip to content

Commit

Permalink
oops, actually add the class to source
Browse files Browse the repository at this point in the history
  • Loading branch information
ytti committed Jun 7, 2018
1 parent 3974501 commit d8fac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def add_output name

def add_source name
return nil if @source.has_key? name
@source.merge Manager.load(Config::SourceDir, name)
@source.merge! Manager.load(Config::SourceDir, name)
end

def add_model name
Expand Down

0 comments on commit d8fac87

Please sign in to comment.