diff --git a/dict-set-context.go b/dict-set-context.go index e5d2012..ce22973 100644 --- a/dict-set-context.go +++ b/dict-set-context.go @@ -102,7 +102,7 @@ func (ctx *DictSetContext) Handle(spec string, scanFlags ScannerFlag) (value str origVarFound := found for _, part := range parts { var expandedPart string - ctx.varStores[0][pipeValueKey] = rawValue + // ctx.varStores[0][pipeValueKey] = rawValue ctx.SetVar(pipeValueKey, rawValue) if expandedPart, err = Scan(ctx, part); err != nil { break