diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index 214cae359..a7c6e1578 100644 --- a/src/Composer/Command/InitCommand.php +++ b/src/Composer/Command/InitCommand.php @@ -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.'); } - $io->writeError('Writing composer.json'); + $io->writeError('Writing '.$file->getPath()); } $file->write($options);