1 Commits

+1 -1
View File
@@ -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