From fdd3daacfe841cb755ee11c4573ef22af400788d Mon Sep 17 00:00:00 2001 From: Joel Butcher Date: Mon, 9 Oct 2023 17:23:26 +0100 Subject: [PATCH] fix: message --- src/Installer/Drivers/Driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Installer/Drivers/Driver.php b/src/Installer/Drivers/Driver.php index ad8f3baa..d77a78f3 100644 --- a/src/Installer/Drivers/Driver.php +++ b/src/Installer/Drivers/Driver.php @@ -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)