diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-03-04 15:49:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 15:49:28 +0000 |
| commit | a5e1d252877af0d7c453a209156205ce6ce9739d (patch) | |
| tree | d729800cbb9acce75b77b11570dae1e4f6ae761a /atuin/src/command/client/init.rs | |
| parent | fix(tz): attempt to fix timezone reading (#1810) (diff) | |
| download | atuin-a5e1d252877af0d7c453a209156205ce6ce9739d.zip | |
refactor: rename atuin-config to atuin-dotfiles (#1817)
Diffstat (limited to '')
| -rw-r--r-- | atuin/src/command/client/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/command/client/init.rs b/atuin/src/command/client/init.rs index d9bad148..ded6e712 100644 --- a/atuin/src/command/client/init.rs +++ b/atuin/src/command/client/init.rs @@ -1,7 +1,7 @@ use std::path::PathBuf; use atuin_client::{encryption, record::sqlite_store::SqliteStore, settings::Settings}; -use atuin_config::store::AliasStore; +use atuin_dotfiles::store::AliasStore; use clap::{Parser, ValueEnum}; use eyre::{Result, WrapErr}; |
