Skip to content

Commit c8a5789

Browse files
committed
Use yamlpp-parse-emit for creating emit.yaml
1 parent a16b3b7 commit c8a5789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yaml-to-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sub tree_json_dump_emit {
101101
# }
102102

103103
my $emit = run_cmd(
104-
"yamlpp-load-dump -M YAML::PP::Ref -D YAML::PP::LibYAML",
104+
"yamlpp-parse-emit -M YAML::PP::Ref -D YAML::PP::LibYAML",
105105
$yaml,
106106
);
107107
if ($emit and $emit ne $yaml) {

0 commit comments

Comments
 (0)