From 1a8e7cbd1b8524690e6411f6a012359f66aefa76 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Mon, 2 Mar 2020 15:56:38 -0500 Subject: [PATCH] Move the commit along with --- config/raw_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/raw_config.go b/config/raw_config.go index 677ccce2b..32d38114c 100644 --- a/config/raw_config.go +++ b/config/raw_config.go @@ -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,