Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esomore committed Jun 2, 2024
1 parent 57c3611 commit fddaaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ pub fn run_core() -> Subscription<Message> {

let db_path = db_path.to_str().unwrap().to_string();

// if the db file doesn't exist, call setup_db
// if the db file doesn't exist, dont call check_password
if !std::path::Path::new(&db_path).exists() {
info!("Database does not exist, it will be created");
} else {
Expand Down

0 comments on commit fddaaac

Please sign in to comment.