aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/update.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/update.rs')
-rw-r--r--crates/mozart/src/commands/update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/update.rs b/crates/mozart/src/commands/update.rs
index 2a0aa88..aa19675 100644
--- a/crates/mozart/src/commands/update.rs
+++ b/crates/mozart/src/commands/update.rs
@@ -996,7 +996,7 @@ pub async fn execute(
let mut executor = mozart_registry::installer_executor::FilesystemExecutor::new(
mozart_registry::cache::Cache::files(&cache_config),
);
- let working_dir = super::install::resolve_working_dir(cli);
+ let working_dir = cli.working_dir()?;
run(
&working_dir,
None,