Skip to content

Commit 485fd35

Browse files
add git config
1 parent eb88d25 commit 485fd35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/App/Script.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)