fix(cli,config): fixed usage of german language
This commit is contained in:
parent
3beef739a4
commit
6a4aa2506d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ pub struct CaesarConfig {
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
pub static ref GLOBAL_CONFIG: CaesarConfig = {
|
pub static ref GLOBAL_CONFIG: CaesarConfig = {
|
||||||
let cfg: CaesarConfig = confy::load("caesar", "caesar")
|
let cfg: CaesarConfig =
|
||||||
.expect("Konfigurationsdatei konnte nicht geladen werden");
|
confy::load("caesar", "caesar").expect("could not find config file");
|
||||||
cfg
|
cfg
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue