Skip to content

Commit dca3a36

Browse files
committed
Update InstallCommand.php
1 parent bd71911 commit dca3a36

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
@@ -247,7 +247,7 @@ protected function selectIntegrations(): void
247247
'default' => $this->config->getCloud(),
248248
],
249249
'sail' => [
250-
'label' => 'Laravel Sail (route Boost MCP through Sail)',
250+
'label' => 'Laravel Sail',
251251
'available' => $this->sail->isInstalled(),
252252
'default' => $this->sail->isActive() || $this->config->getSail(),
253253
],

0 commit comments

Comments
 (0)