Skip to content

Commit aaa72a3

Browse files
Update file_put_contents in cleanup.php to write an empty string
1 parent bedfeea commit aaa72a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
}
2727

28-
file_put_contents('README.md', '#'.Config::get('app.name'));
28+
file_put_contents('README.md', '');
2929

3030
function removeDirectory(string $dir): bool
3131
{

0 commit comments

Comments
 (0)