Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice committed Aug 2, 2024
1 parent e32a9cf commit 26bc5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Main/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ async fn main() {
);
process::exit(1);
}
config::actions::save_config(args.get(2).unwrap_or(&String::from("")), CynthiaConf::default());
// config::actions::save_config(args.get(2).unwrap_or(&String::from("")), config::actions::load_config().hard_clone());
// config::actions::save_config(args.get(2).unwrap_or(&String::from("")), CynthiaConf::default());
config::actions::save_config(args.get(2).unwrap_or(&String::from("")), config::actions::load_config().hard_clone());
}
"" => {
eprintln!(
Expand Down

0 comments on commit 26bc5db

Please sign in to comment.