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! {
|
||||
pub static ref GLOBAL_CONFIG: CaesarConfig = {
|
||||
let cfg: CaesarConfig = confy::load("caesar", "caesar")
|
||||
.expect("Konfigurationsdatei konnte nicht geladen werden");
|
||||
let cfg: CaesarConfig =
|
||||
confy::load("caesar", "caesar").expect("could not find config file");
|
||||
cfg
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue