File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function runPostInstallScript(Event $event) : void
7272
7373 // if it's still not available end the plugin execution
7474 if (!$ this ->isCaptainHookInstalled ()) {
75- $ event ->getIO ()->write (' <info> CaptainHook not properly installed try to run composer update</info> ' );
75+ $ event ->getIO ()->write ('CaptainHook not properly installed try to run composer update ' );
7676 return ;
7777 }
7878 // otherwise run the installer
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ private function getConfigFile() : string
108108 private function assertConfigFile (SplFileInfo $ configFile ) : void
109109 {
110110 if ($ configFile ->isFile ()) {
111+ $ this ->io ->write ('Using CaptainHook config: ' . $ configFile ->getFilename ());
111112 return ;
112113 }
113114
You can’t perform that action at this time.
0 commit comments