1
0
Fork 0

Merge pull request #5204 from peterrehm/update-channel

Show channel even if there is no new version on the current channel
pull/5210/head
Jordi Boggiano 2016-04-18 10:36:19 +01:00
commit 27f216dba4
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ EOT
} }
if (Composer::VERSION === $updateVersion) { if (Composer::VERSION === $updateVersion) {
$io->writeError('<info>You are already using composer version '.$updateVersion.'.</info>'); $io->writeError(sprintf('<info>You are already using composer version %s (%s channel).</info>', $updateVersion, $versionsUtil->getChannel()));
// remove all backups except for the most recent, if any // remove all backups except for the most recent, if any
if ($input->getOption('clean-backups')) { if ($input->getOption('clean-backups')) {