Skip to content

Commit 013d2ab

Browse files
committed
Tweak io message to be consistent with other ones
E.g.: Loading composer repositories with package information Updating dependencies (including require-dev) Generating autoload files
1 parent d76d17d commit 013d2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ScriptHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private static function processFile(array $config, IOInterface $io)
4949
$yamlParser = new Parser();
5050

5151
$action = $exists ? 'Updating' : 'Creating';
52-
$io->write(sprintf('<info>%s the "%s" file.</info>', $action, $realFile));
52+
$io->write(sprintf('<info>%s the "%s" file</info>', $action, $realFile));
5353

5454
// Find the expected params
5555
$expectedValues = $yamlParser->parse(file_get_contents($config['dist-file']));

0 commit comments

Comments
 (0)