Skip to content

Commit

Permalink
Update console output style in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Feb 15, 2017
1 parent e7f0360 commit 68dcc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repository/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public static function getArrayValue(array $array, $name, $default = null)
protected static function writeAddRepository(IOInterface $io, $name)
{
if ($io->isVerbose()) {
$io->write('Adding VCS repository <comment>'.$name.'</comment>');
$io->write('Adding VCS repository <info>'.$name.'</info>');
}
}
}

0 comments on commit 68dcc82

Please sign in to comment.