diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:05:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-12 06:05:45 +0800 |
| commit | d9fa3a32b6f27a80c96109ef74e638bae47b72cc (patch) | |
| tree | 94457f2a853de4b2f93d17ea4025d02b34241211 /src/bin/jvv.rs | |
| parent | 850578f7d208fa830207af3c026f0cffe43eeb67 (diff) | |
Sync to VersionControl(commit:bac88ab)
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::{ |
