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
107
107
}
108
108
109
109
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> " );
111
111
$ installer ->createGithubConfig ();
112
112
}
113
113
@@ -178,8 +178,8 @@ private function finishScript()
178
178
$ readme = str_replace ($ search , '' , $ readme );
179
179
file_put_contents ('./README.md ' , $ readme );
180
180
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> " );
183
183
}
184
184
185
185
unlink ('./src/App/docker_image_config.xml ' );
You can’t perform that action at this time.
0 commit comments