mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-07 17:04:51 +01:00
Fix import message
This commit is contained in:
parent
68c5ca9ece
commit
48198cdfe9
@ -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 New Issue
Block a user