diff options
Diffstat (limited to 'atuin-client/src/import/resh.rs')
| -rw-r--r-- | atuin-client/src/import/resh.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/import/resh.rs b/atuin-client/src/import/resh.rs index 75487fee..41f54836 100644 --- a/atuin-client/src/import/resh.rs +++ b/atuin-client/src/import/resh.rs @@ -131,6 +131,7 @@ impl Importer for Resh { cwd: entry.pwd, session: uuid_v4(), hostname: entry.host, + deleted_at: None, }) .await?; } |
