1
0
Fork 0

for debugging

pull/509/head
till 2012-03-29 14:32:49 +02:00
parent eb8ad8b74f
commit 9922301841
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@ class FileDownloader implements DownloaderInterface
$this->io->write(" - Package <info>" . $package->getName() . "</info> (<comment>" . $package->getPrettyVersion() . "</comment>)");
$url = $this->processUrl($url);
$processUrl = $this->processUrl($url);
try {
$this->rfs->copy($package->getSourceUrl(), $url, $fileName);
$this->rfs->copy($package->getSourceUrl(), $processUrl, $fileName);
if (!file_exists($fileName)) {
throw new \UnexpectedValueException($url.' could not be saved to '.$fileName.', make sure the'