1 diff --git a/src/main.rs b/src/main.rs
2 index f07cc64..357a33b 100644
5 @@ -20,7 +20,7 @@ fn main() -> Result<(), std::io::Error> {
6 configs = serde_json::from_str::<devices::Configs>(&config_content).unwrap();
8 let new_configs = devices::run(configs);
9 - std::fs::write(&config_path, serde_json::to_string_pretty(&new_configs).unwrap())?;
10 + std::fs::write(&config_path, serde_json::to_string_pretty(&new_configs).unwrap());
14 \ No newline at end of file