File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ private function outro(): void
182182 $ paddingLength = (int ) (floor (($ this ->terminal ->cols () - mb_strlen ($ text .$ label )) / 2 )) - 2 ;
183183
184184 echo "\033[42m \033[2K " .str_repeat (' ' , $ paddingLength ); // Make the entire line have a green background
185- echo $ this ->black ($ this ->bold ($ text .$ link )).$ this ->reset (PHP_EOL );
185+ echo $ this ->black ($ this ->bold ($ text .$ link )).$ this ->reset (PHP_EOL ). $ this -> reset ( PHP_EOL ) ;
186186 }
187187
188188 private function hyperlink (string $ label , string $ url ): string
@@ -268,7 +268,7 @@ private function selectTargetMcpClients(): Collection
268268
269269 return $ this ->selectCodeEnvironments (
270270 McpClient::class,
271- sprintf ('Which code editors do you use in %s? ' , $ this ->projectName )
271+ sprintf ('Which code editors do you use to work on %s? ' , $ this ->projectName )
272272 );
273273 }
274274
You can’t perform that action at this time.
0 commit comments