diff options
Diffstat (limited to 'crates/atuin-daemon/src')
| -rw-r--r-- | crates/atuin-daemon/src/components/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-daemon/src/components/sync.rs b/crates/atuin-daemon/src/components/sync.rs index 314b375e..a342f700 100644 --- a/crates/atuin-daemon/src/components/sync.rs +++ b/crates/atuin-daemon/src/components/sync.rs @@ -213,7 +213,7 @@ async fn do_sync_tick( } // Perform the sync - let res = sync::sync(settings, handle.store()).await; + let res = sync::sync(settings, handle.store(), handle.encryption_key()).await; match res { Err(e) => { |
