Skip to content

Commit 2c5c944

Browse files
fix tests
1 parent 8dbf34c commit 2c5c944

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/config/resources/exec/provider.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ func (p *Provider) generateOutput() error {
364364
output[parts[0]] = cty.StringVal(parts[1])
365365
}
366366

367-
<<<<<<< HEAD
368367
values := map[string]cty.Value{}
369368
for k, v := range output {
370369
value, err := convert.GoToCtyValue(v)
@@ -376,9 +375,6 @@ func (p *Provider) generateOutput() error {
376375
}
377376

378377
p.config.Output = cty.ObjectVal(values)
379-
=======
380-
p.config.Output = cty.MapVal(output)
381-
>>>>>>> a364d15 (Use latest version of HCL Config)
382378

383379
return nil
384380
}

0 commit comments

Comments
 (0)