diff options
Diffstat (limited to 'crates/atuin-client/src/history')
| -rw-r--r-- | crates/atuin-client/src/history/store.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/src/history/store.rs b/crates/atuin-client/src/history/store.rs index b8ac6ff4..041d90ce 100644 --- a/crates/atuin-client/src/history/store.rs +++ b/crates/atuin-client/src/history/store.rs @@ -302,7 +302,7 @@ impl HistoryStore { pb.set_message("Fetching history from old database"); - let context = current_context(); + let context = current_context().await?; let history = db.list(&[], &context, None, false, true).await?; pb.set_message("Fetching history already in store"); |
