We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee89e21 commit b81090fCopy full SHA for b81090f
agent-control/src/agent_type/runtime_config/on_host/filesystem.rs
@@ -242,8 +242,8 @@ impl Templateable for TemplateableValue<DirEntriesMap> {
242
"Could not parse templated directory items as YAML: {e}"
243
))
244
})?;
245
- // Convert the serde_yaml::Value (i.e. the file contents) to String
246
+ // Convert the serde_yaml::Value (i.e. the file contents) to String
247
map_string_value
248
.into_iter()
249
.map(|(k, v)| Ok((k, output_string(v)?)))
0 commit comments