diff options
| -rw-r--r-- | atuin/src/command/client/history.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin/src/command/client/history.rs b/atuin/src/command/client/history.rs index 26ed7e37..af90e7bc 100644 --- a/atuin/src/command/client/history.rs +++ b/atuin/src/command/client/history.rs @@ -363,6 +363,7 @@ impl Cmd { { if settings.sync.records { let (_, downloaded) = record::sync::sync(settings, &store).await?; + Settings::save_sync_time()?; history_store.incremental_build(db, &downloaded).await?; } else { |
