1
0
Fork 0

rm vcs repo target dir before install

pull/392/head
Ken Marfilla 2012-03-06 18:09:50 +08:00
parent 5b42f99441
commit 3e6c8caae7
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('');
}