1
0
Fork 0

Merge pull request #392 from marfillaster/downloader-git-fix-intermittent

rm git clone target dir before clone
pull/398/head
Jordi Boggiano 2012-03-06 05:56:08 -08:00
commit eafd28b083
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ abstract class VcsDownloader implements DownloaderInterface
}
$this->io->write(" - Package <info>" . $package->getName() . "</info> (<comment>" . $package->getPrettyVersion() . "</comment>)");
$this->filesystem->removeDirectory($path);
$this->doDownload($package, $path);
$this->io->write('');
}