Skip to content
Snippets Groups Projects
Commit 029988fc authored by David Huffman's avatar David Huffman
Browse files

wording

parent 16e0a721
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ fn main() { ...@@ -104,7 +104,7 @@ fn main() {
debug!("Mapping YAML constructs to TOML equivilents"); debug!("Mapping YAML constructs to TOML equivilents");
let toml = map_yaml_to_toml(yaml); let toml = map_yaml_to_toml(yaml);
let raw_toml = format!("# Auto-generated from `{}`\n{}", opts.template_path, toml); let raw_toml = format!("# Auto-generated from `{}`\n{}", opts.template_path, toml);
debug!("Forcefully serializing TOML AST to text"); debug!("Serializing TOML AST to plaintext TOML");
write_file(&opts.manifest_path, &raw_toml) write_file(&opts.manifest_path, &raw_toml)
.map_err(|err| { .map_err(|err| {
error!("Cannot write to manifest file `{}`: {}", error!("Cannot write to manifest file `{}`: {}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment