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