diff options
Diffstat (limited to 'src/bin/jvv.rs')
| -rw-r--r-- | src/bin/jvv.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/jvv.rs b/src/bin/jvv.rs index 412eebe..0e1eaa5 100644 --- a/src/bin/jvv.rs +++ b/src/bin/jvv.rs @@ -8,11 +8,11 @@ use just_enough_vcs::{ vcs::{ connection::action_service::server_entry, constants::SERVER_FILE_VAULT, - current::current_vault_path, data::{ member::Member, - vault::{Vault, config::VaultConfig}, + vault::{Vault, vault_config::VaultConfig}, }, + env::current_vault_path, }, }; use just_enough_vcs_cli::{ |
