mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-07 06:10:36 +00:00
Update pkg/yqlib/decoder_hcl.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
154a4ace01
commit
3d35386ad9
@ -357,5 +357,4 @@ func convertCtyValueToNode(v cty.Value) *CandidateNode {
|
|||||||
default:
|
default:
|
||||||
return createStringScalarNode(v.GoString())
|
return createStringScalarNode(v.GoString())
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user