Skip to content

Commit 14d6a66

Browse files
committed
fix: use app name as project name instead of directory name
1 parent 35ee607 commit 14d6a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private function bootstrap(CodeEnvironmentsDetector $codeEnvironmentsDetector, H
8686
$this->selectedTargetAgents = collect();
8787
$this->selectedTargetMcpClient = collect();
8888

89-
$this->projectName = basename(base_path());
89+
$this->projectName = config('app.name');
9090
}
9191

9292
private function displayBoostHeader(): void

0 commit comments

Comments
 (0)