1
0
Fork 0

Space after ? (so it doesnt glue answer to ?)

pull/3983/head
Rob Bast 2015-04-30 12:29:19 +02:00
parent 0fbc00f3fb
commit e810a7913e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ EOT
} elseif (isset($composer[$altType][$package])) {
$this->getIO()->writeError('<warning>'.$package.' could not be found in '.$type.' but it is present in '.$altType.'</warning>');
if ($this->getIO()->isInteractive()) {
if ($this->getIO()->askConfirmation('Do you want to remove it from '.$altType.' [<comment>yes</comment>]?', true)) {
if ($this->getIO()->askConfirmation('Do you want to remove it from '.$altType.' [<comment>yes</comment>]? ', true)) {
$json->removeLink($altType, $package);
}
}