Merge pull request #2637 from MeKeyCool/master
bug fix with install / remove source codespull/2603/merge
commit
50cf2ffba7
|
@ -178,7 +178,7 @@ class LibraryInstaller implements InstallerInterface
|
||||||
|
|
||||||
protected function removeCode(PackageInterface $package)
|
protected function removeCode(PackageInterface $package)
|
||||||
{
|
{
|
||||||
$downloadPath = $this->getPackageBasePath($package);
|
$downloadPath = $this->getInstallPath($package);
|
||||||
$this->downloadManager->remove($package, $downloadPath);
|
$this->downloadManager->remove($package, $downloadPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue