Skip to content

Commit

Permalink
fix: fix dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 19, 2025
1 parent cdb58ca commit 267a473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/front-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function delegate(context: Context) {
}

// Get the current working directory after clone
const workingDir = cloneResult.data.currentPath;
const workingDir = explore.getCurrentWorkingDir();

// Setup project: detect and install package manager
const packageManager = await detectPackageManager(workingDir);
Expand Down

0 comments on commit 267a473

Please sign in to comment.