1
0
Fork 0

Make sure the correct name is being output, fixes #9986

pull/9991/head
Jordi Boggiano 2021-06-27 14:44:43 +02:00
parent a5efbbc94a
commit 078aaa6968
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ EOT
throw new \RuntimeException('You have to run this command in interactive mode, or specify at least some data using --name, --require, etc.'); throw new \RuntimeException('You have to run this command in interactive mode, or specify at least some data using --name, --require, etc.');
} }
$io->writeError('Writing composer.json'); $io->writeError('Writing '.$file->getPath());
} }
$file->write($options); $file->write($options);