Skip to content

Commit

Permalink
Fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Apr 22, 2024
1 parent f2f962c commit 7d95b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static function postPackageUpdate(): void
{
$console = new ConsoleOutput();
$console->outputLine('');
$install = $console->askConfirmation('<question> Do you want to copy the needed files for Carbon.Pipeline to you project root? </question> (<options=bold>y</>/n) ', true);
$install = $console->askConfirmation('<question> Do you want to copy the needed files for Carbon.Pipeline to your project root? </question> (<options=bold>y</>/n) ', true);
$console->outputLine('');
if (!$install) {
return;
Expand Down

0 comments on commit 7d95b2d

Please sign in to comment.