Skip to content

Commit

Permalink
* fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jun 15, 2012
1 parent ca64091 commit ab727c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Package/Dumper/ZipDumper.php
Expand Up @@ -36,7 +36,7 @@ public function dump(PackageInterface $package)


switch ($sourceType) { switch ($sourceType) {
case 'git': case 'git':
$this->downloadGit($package, $this->process, $workDir); $this->downloadGit($package, $workDir);
$this->packageGit($fileName, $sourceRef, $workDir); $this->packageGit($fileName, $sourceRef, $workDir);
break; break;
default: default:
Expand Down

0 comments on commit ab727c3

Please sign in to comment.