Skip to content

Commit

Permalink
Make sure the correct name is being output, fixes #9986
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 27, 2021
1 parent a5efbbc commit 078aaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Command/InitCommand.php
Expand Up @@ -160,7 +160,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
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);
Expand Down

0 comments on commit 078aaa6

Please sign in to comment.