summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5119def..73c8403 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,7 +6,7 @@ use clap::{Arg, Command};
use termimage::{Image};
mod parser;
-mod configmanagerж
+mod configmanager;
use parser::{parse_weather, Weather};
use configmanager::{Config, handle_config};