From 7d95b2d8b2fb5d0a2a0fbd163be238bf81a473c1 Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Mon, 22 Apr 2024 16:38:04 +0200 Subject: [PATCH] Fix: Typo --- Classes/Composer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Composer.php b/Classes/Composer.php index 326485b..afe1a98 100644 --- a/Classes/Composer.php +++ b/Classes/Composer.php @@ -18,7 +18,7 @@ public static function postPackageUpdate(): void { $console = new ConsoleOutput(); $console->outputLine(''); - $install = $console->askConfirmation(' Do you want to copy the needed files for Carbon.Pipeline to you project root? (y/n) ', true); + $install = $console->askConfirmation(' Do you want to copy the needed files for Carbon.Pipeline to your project root? (y/n) ', true); $console->outputLine(''); if (!$install) { return;