1
0
Fork 0

Clone added packages in update

pull/61/head
Jordi Boggiano 2011-10-22 22:40:03 +02:00
parent 2b15c4321b
commit b667cf98c2
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class LibraryInstaller implements InstallerInterface
$this->downloadManager->update($initial, $target, $downloadPath);
$this->repository->removePackage($initial);
$this->repository->addPackage($target);
$this->repository->addPackage(clone $target);
}
/**