File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public static function install(Event $event): void
107107 }
108108
109109 if (isset ($ installer ->answers ['Github_Config ' ])) {
110- $ installer ->io ->write ("\n <info>>>> Creating Github Configurations ...</info> " );
110+ $ installer ->io ->write ("\n <info>>>> Creating Github Repository ...</info> " );
111111 $ installer ->createGithubConfig ();
112112 }
113113
@@ -178,8 +178,8 @@ private function finishScript()
178178 $ readme = str_replace ($ search , '' , $ readme );
179179 file_put_contents ('./README.md ' , $ readme );
180180
181- if (isset ($ installer ->answers ['Github_Config ' ])) {
182- $ this ->io ->write ("\n <info>>>> Your new repository is: {$ this ->answers ['Github_Clone_Url ' ]}</info> " );
181+ if (isset ($ this ->answers ['Github_Config ' ])) {
182+ $ this ->io ->write ("\n <info>>>> Your new Github repository is: {$ this ->answers ['Github_Clone_Url ' ]}</info> " );
183183 }
184184
185185 unlink ('./src/App/docker_image_config.xml ' );
You can’t perform that action at this time.
0 commit comments