oops! wrong casing

This commit is contained in:
slonkazoid 2025-01-29 17:34:22 +03:00
parent fade130b8d
commit ba23edc6d1
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -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)