Merge pull request #255 from hason/vcsdownloader

Fixed copy-paste bug
main
Jordi Boggiano 13 years ago
commit b9f0e89e7b

@ -61,8 +61,8 @@ abstract class VcsDownloader implements DownloaderInterface
throw new \InvalidArgumentException('The given package is missing reference information'); throw new \InvalidArgumentException('The given package is missing reference information');
} }
$this->io->write(" - Package <info>" . $target->getName() . "</info> (<comment>" . $target->getPrettyVersion() . "</comment>)");
$this->enforceCleanDirectory($path); $this->enforceCleanDirectory($path);
$this->io->write(" - Package <info>" . $package->getName() . "</info> (<comment>" . $package->getPrettyVersion() . "</comment>)");
$this->doUpdate($initial, $target, $path); $this->doUpdate($initial, $target, $path);
$this->io->write(''); $this->io->write('');
} }

Loading…
Cancel
Save