summaryrefslogtreecommitdiffstats
path: root/atuin/src/command/client/account/register.rs
diff options
context:
space:
mode:
Diffstat (limited to 'atuin/src/command/client/account/register.rs')
-rw-r--r--atuin/src/command/client/account/register.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/command/client/account/register.rs b/atuin/src/command/client/account/register.rs
index d306a141..834b58df 100644
--- a/atuin/src/command/client/account/register.rs
+++ b/atuin/src/command/client/account/register.rs
@@ -47,7 +47,7 @@ pub async fn run(
file.write_all(session.session.as_bytes()).await?;
// Create a new key, and save it to disk
- let _key = atuin_client::encryption::new_key(settings)?;
+ let _key = atuin_client::record::encodings::key::new_key(settings)?;
Ok(())
}