summaryrefslogtreecommitdiffstats
path: root/atuin/src/command/client/sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'atuin/src/command/client/sync.rs')
-rw-r--r--atuin/src/command/client/sync.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/command/client/sync.rs b/atuin/src/command/client/sync.rs
index 061b7376..5bbcf71f 100644
--- a/atuin/src/command/client/sync.rs
+++ b/atuin/src/command/client/sync.rs
@@ -45,7 +45,7 @@ impl Cmd {
Self::Register(r) => r.run(&settings).await,
Self::Status => status::run(&settings, db).await,
Self::Key { base64 } => {
- use atuin_client::encryption::{encode_key, load_key};
+ use atuin_client::record::encodings::key::{encode_key, load_key};
let key = load_key(&settings).wrap_err("could not load encryption key")?;
if base64 {