diff --git a/examples/config.yaml b/examples/config.yml similarity index 100% rename from examples/config.yaml rename to examples/config.yml diff --git a/examples/template.yaml b/examples/template.yml similarity index 100% rename from examples/template.yaml rename to examples/template.yml diff --git a/src/copy.rs b/src/copy.rs index 174f434..9f90a59 100644 --- a/src/copy.rs +++ b/src/copy.rs @@ -274,7 +274,7 @@ mod tests { env::set_var("HOME", &home_dir); env::set_var("XDG_CONFIG_HOME", ""); - let template = path::resolve(Path::new("examples/template.yaml")).unwrap(); + let template = path::resolve(Path::new("examples/template.yml")).unwrap(); let config = config::load(&vec![template]).unwrap(); func(&config, &home_dir);