Skip to content

Commit e0a03cc

Browse files
committed
reuse $php for herd install
1 parent 44b2001 commit e0a03cc

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
@@ -492,7 +492,7 @@ private function installMcpServerConfig(): void
492492
try {
493493
$result = $mcpClient->installMcp(
494494
key: 'herd',
495-
command: $mcpClient->getPhpPath(),
495+
command: $php,
496496
args: [$this->herd->mcpPath()],
497497
env: ['SITE_PATH' => base_path()]
498498
);

0 commit comments

Comments
 (0)