mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-02 19:49:56 +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.inc(buf.len() as u64);
|
||||||
}
|
}
|
||||||
|
|
||||||
progress.finish_with_message("Imported history!");
|
progress.finish();
|
||||||
|
println!("Import complete!");
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user