1
0
Fork 0

Merge pull request #2285 from peterkokot/patch-1

CS fix
pull/2286/head
Jordi Boggiano 2013-09-23 02:55:49 -07:00
commit b482ebe0ca
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class ArchiveManager
// Create the archive // Create the archive
$archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes()); $archivePath = $usableArchiver->archive($sourcePath, $target, $format, $package->getArchiveExcludes());
//cleanup temporary download // cleanup temporary download
if (!$package instanceof RootPackage) { if (!$package instanceof RootPackage) {
$filesystem->removeDirectory($sourcePath); $filesystem->removeDirectory($sourcePath);
} }