Skip to content

Commit 5a4f518

Browse files
committed
fix issue
1 parent 54366d7 commit 5a4f518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recipe/custom_yaml/rendered.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl RenderedNode {
143143
if !coercible {
144144
return Ok(RenderedNode::Scalar(RenderedScalarNode::new(
145145
span,
146-
value.to_string(),
146+
source,
147147
value.to_string(),
148148
false,
149149
)));

0 commit comments

Comments
 (0)