mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-26 19:00:28 -04:00
BUGFIX: The '.' should not be in there.
This commit is contained in:
parent
1d09d30ff6
commit
786586dbde
@ -89,6 +89,6 @@ impl Converter for EnvConverter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn file_ext(&self) -> String {
|
fn file_ext(&self) -> String {
|
||||||
String::from(".env")
|
String::from("env")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user