Make sure the correct name is being output, fixes #9986
parent
a5efbbc94a
commit
078aaa6968
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue