1
0
Fork 0

Fix outdated comment

pull/4169/head
Jordi Boggiano 2015-06-20 12:58:19 +01:00
parent d5bdf4be28
commit d0ff01698d
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ class Installer
// update the dist and source URLs // update the dist and source URLs
$package->setSourceUrl($newPackage->getSourceUrl()); $package->setSourceUrl($newPackage->getSourceUrl());
// only update dist url for github dists as they use a combination of dist url + dist reference to install // only update dist url for github/bitbucket dists as they use a combination of dist url + dist reference to install
// but for other urls this is ambiguous and could result in bad outcomes // but for other urls this is ambiguous and could result in bad outcomes
if (preg_match('{^https?://(?:(?:www\.)?bitbucket\.org|(api\.)?github\.com)/}', $newPackage->getDistUrl())) { if (preg_match('{^https?://(?:(?:www\.)?bitbucket\.org|(api\.)?github\.com)/}', $newPackage->getDistUrl())) {
$package->setDistUrl($newPackage->getDistUrl()); $package->setDistUrl($newPackage->getDistUrl());