Move the commit along with
This commit is contained in:
parent
fa3b54c0c4
commit
1a8e7cbd1b
|
@ -162,6 +162,7 @@ func (r *RawConfig) Interpolate(vs map[string]ast.Variable) error {
|
|||
r.lock.Lock()
|
||||
defer r.lock.Unlock()
|
||||
|
||||
// Create the evaluation configuration we use to execute
|
||||
config := &hil.EvalConfig{
|
||||
GlobalScope: &ast.BasicScope{
|
||||
VarMap: vs,
|
||||
|
|
Loading…
Reference in New Issue