oops! wrong casing
This commit is contained in:
parent
fade130b8d
commit
ba23edc6d1
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ impl Default for BlagConfig {
|
||||||
|
|
||||||
fn config_path() -> Cow<'static, str> {
|
fn config_path() -> Cow<'static, str> {
|
||||||
env::var(concat!(
|
env::var(concat!(
|
||||||
convert_ascii_case!(upper_camel, env!("CARGO_BIN_NAME")),
|
convert_ascii_case!(shouty_snake, env!("CARGO_BIN_NAME")),
|
||||||
"_CONFIG"
|
"_CONFIG"
|
||||||
))
|
))
|
||||||
.map(Into::into)
|
.map(Into::into)
|
||||||
|
|
Loading…
Reference in a new issue