commit
7d57f84b7d
|
@ -231,7 +231,10 @@ TAGSPUBKEY
|
||||||
}
|
}
|
||||||
|
|
||||||
if (file_exists($backupFile)) {
|
if (file_exists($backupFile)) {
|
||||||
$io->writeError('Use <info>composer self-update --rollback</info> to return to version '.Composer::VERSION);
|
$io->writeError(sprintf(
|
||||||
|
'Use <info>composer self-update --rollback</info> to return to version <comment>%s</comment>',
|
||||||
|
Composer::VERSION
|
||||||
|
));
|
||||||
} else {
|
} else {
|
||||||
$io->writeError('<warning>A backup of the current version could not be written to '.$backupFile.', no rollback possible</warning>');
|
$io->writeError('<warning>A backup of the current version could not be written to '.$backupFile.', no rollback possible</warning>');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue