aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/create_project.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/create_project.rs')
-rw-r--r--crates/mozart/src/commands/create_project.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/create_project.rs b/crates/mozart/src/commands/create_project.rs
index 6674ccc..5461418 100644
--- a/crates/mozart/src/commands/create_project.rs
+++ b/crates/mozart/src/commands/create_project.rs
@@ -227,7 +227,7 @@ pub async fn execute(
let version_constraint: Option<String> = version_from_arg.or_else(|| args.version.clone());
// --- Step 2: Determine target directory ---
- let working_dir = super::install::resolve_working_dir(cli);
+ let working_dir = cli.working_dir()?;
let target_dir: PathBuf = {
let dir_name = args