We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe6a74 commit a39ac3eCopy full SHA for a39ac3e
1 file changed
src/ComposerPlugin.php
@@ -72,7 +72,7 @@ public function runPostInstallScript(Event $event) : void
72
73
// if it's still not available end the plugin execution
74
if (!$this->isCaptainHookInstalled()) {
75
- $this->io->write('CaptainHook not properly installed try to run composer update');
+ $this->io->write(' <info>CaptainHook not properly installed try to run composer update</info>');
76
return;
77
}
78
// otherwise run the installer
0 commit comments