Skip to content

Commit

Permalink
fix: message
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 9, 2023
1 parent 41b27ba commit fdd3daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Installer/Drivers/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function install(string $composerBinary = 'global', InstallOptions ...$op
->copyResourceFiles(...$options)
->copySocialstreamComponents(...$options)
->copyTests(collect($options)->contains(InstallOptions::Pest) ? TestRunner::Pest : TestRunner::PhpUnit)
->postInstall($composerBinary, ...$options), message: 'Installing...');
->postInstall($composerBinary, ...$options), message: 'Installing Socialstream...');

spin(fn () => $this
->optionallyRemoveDarkMode(...$options)
Expand Down

0 comments on commit fdd3daa

Please sign in to comment.