1
0
Fork 0

Add newline because JsonManipulator does not expand {}

pull/1480/head
Igor Wiedler 2013-01-13 16:02:50 +01:00
parent a48675005b
commit 24611ec919
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ EOT
{
$file = Factory::getComposerFile();
if (!file_exists($file) && !file_put_contents($file, "{}\n")) {
if (!file_exists($file) && !file_put_contents($file, "{\n}\n")) {
$output->writeln('<error>'.$file.' could not be created.</error>');
return 1;