Move the commit along with

This commit is contained in:
Pam Selle 2020-03-02 15:56:38 -05:00
parent fa3b54c0c4
commit 1a8e7cbd1b
1 changed files with 1 additions and 0 deletions

View File

@ -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,