core: Fix destroy factory in data source refresh expander

This commit is contained in:
Chris Marchesi 2017-04-30 08:54:32 -07:00 committed by Martin Atkins
parent b807505d55
commit 7b1618efde
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func (n *NodeRefreshableDataResource) DynamicExpand(ctx EvalContext) (*Graph, er
a.Config = n.Config
return &NodeDestroyableDataResource{
NodeAbstractResource: n.NodeAbstractResource,
NodeAbstractResource: a,
}
}