Fixed missing closed warning tag.

In a console output a warning tag is not closed
main
Marco Vito Moscaritolo 11 years ago
parent 384ed2822d
commit 32b18a9409

@ -835,7 +835,7 @@ class Installer
$depPackages = $pool->whatProvides($packageName);
if (count($depPackages) == 0 && !in_array($packageName, $requiredPackageNames) && !in_array($packageName, array('nothing', 'lock'))) {
$this->io->write('<warning>Package "' . $packageName . '" listed for update is not installed. Ignoring.<warning>');
$this->io->write('<warning>Package "' . $packageName . '" listed for update is not installed. Ignoring.</warning>');
}
foreach ($depPackages as $depPackage) {

Loading…
Cancel
Save