diff options
Diffstat (limited to 'crates/mozart/src/commands/clear_cache.rs')
| -rw-r--r-- | crates/mozart/src/commands/clear_cache.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/clear_cache.rs b/crates/mozart/src/commands/clear_cache.rs index 9ee27ed..6a601da 100644 --- a/crates/mozart/src/commands/clear_cache.rs +++ b/crates/mozart/src/commands/clear_cache.rs @@ -4,7 +4,7 @@ use crate::composer::Composer; use clap::Args; use mozart_core::console_writeln_error; use mozart_core::factory::create_config; -use mozart_registry::cache::Cache; +use mozart_core::repository::cache::Cache; #[derive(Args)] pub struct ClearCacheArgs { |
