Skip to content

Commit eb88d25

Browse files
add git config
1 parent 454114d commit eb88d25

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
@@ -178,12 +178,12 @@ private function finishScript()
178178
$readme = str_replace($search, '', $readme);
179179
file_put_contents('./README.md', $readme);
180180

181-
unlink('./src/App/docker_image_config.xml');
182-
unlink('./src/App/Script.php');
183-
184181
if (isset($installer->answers['Github_Config'])) {
185182
$this->io->write("\n <info>>>> Your new repository is: {$this->answers['Github_Clone_Url']}</info>");
186183
}
184+
185+
unlink('./src/App/docker_image_config.xml');
186+
unlink('./src/App/Script.php');
187187
}
188188

189189
private function toCamelCase($string): string

0 commit comments

Comments
 (0)