We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454114d commit eb88d25Copy full SHA for eb88d25
src/App/Script.php
@@ -178,12 +178,12 @@ private function finishScript()
178
$readme = str_replace($search, '', $readme);
179
file_put_contents('./README.md', $readme);
180
181
- unlink('./src/App/docker_image_config.xml');
182
- unlink('./src/App/Script.php');
183
-
184
if (isset($installer->answers['Github_Config'])) {
185
$this->io->write("\n <info>>>> Your new repository is: {$this->answers['Github_Clone_Url']}</info>");
186
}
+
+ unlink('./src/App/docker_image_config.xml');
+ unlink('./src/App/Script.php');
187
188
189
private function toCamelCase($string): string
0 commit comments