Skip to content

Commit

Permalink
* add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Jun 15, 2012
1 parent 806c2eb commit 0c29be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Package/Dumper/ZipDumper.php
Expand Up @@ -37,7 +37,7 @@ public function dump(PackageInterface $package)
$this->packageGit($fileName, $sourceRef, $workDir); $this->packageGit($fileName, $sourceRef, $workDir);
break; break;
default: default:
throw new \InvalidArgumentException("Unable to handle repos of type {$sourceType} currently"); throw new \InvalidArgumentException("Unable to handle repositories of type '{$sourceType}'.");
} }
} }
} }

0 comments on commit 0c29be8

Please sign in to comment.