BUGFIX: The '.' should not be in there.

This commit is contained in:
Jeremy Wall 2018-08-17 10:28:26 -05:00
parent 1d09d30ff6
commit 786586dbde

View File

@ -89,6 +89,6 @@ impl Converter for EnvConverter {
}
fn file_ext(&self) -> String {
String::from(".env")
String::from("env")
}
}