Fix import message
This commit is contained in:
parent
68c5ca9ece
commit
48198cdfe9
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ fn import_zsh(db: &mut impl Database) -> Result<()> {
|
|||
progress.inc(buf.len() as u64);
|
||||
}
|
||||
|
||||
progress.finish_with_message("Imported history!");
|
||||
progress.finish();
|
||||
println!("Import complete!");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue