1
0
Fork 0

Do not warn of mirrors not existing

pull/6093/merge
Jordi Boggiano 2017-03-07 09:20:49 +01:00
parent e6d648f465
commit 6afc844339
1 changed files with 1 additions and 1 deletions

View File

@ -1316,7 +1316,7 @@ class Installer
} }
} }
if (count($depPackages) == 0 && !$nameMatchesRequiredPackage && !in_array($packageName, array('nothing', 'lock'))) { if (count($depPackages) == 0 && !$nameMatchesRequiredPackage && !in_array($packageName, array('nothing', 'lock', 'mirrors'))) {
$this->io->writeError('<warning>Package "' . $packageName . '" listed for update is not installed. Ignoring.</warning>'); $this->io->writeError('<warning>Package "' . $packageName . '" listed for update is not installed. Ignoring.</warning>');
} }