lib/rundock/builder/operation_builder.rb in rundock-0.4.2 vs lib/rundock/builder/operation_builder.rb in rundock-0.4.3

- old
+ new

@@ -43,10 +43,10 @@ end end end scen.nodes.push(node) if node - scen.complete + scen end def build_task(tasks, backend, node_attribute) node = Node.new(node_attribute.nodename, backend) node.hooks = HookBuilder.new(nil).build_from_attributes(node_attribute.nodeinfo)