remove die from github provider.

This commit is contained in:
Taylor Otwell 2012-02-02 15:36:50 -06:00
parent ec5c08a7cc
commit ef2c5af4f1
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ protected function zipball($bundle)
*/ */
protected function submodule($bundle) protected function submodule($bundle)
{ {
die('here');
$repository = "git@github.com:{$bundle['location']}.git"; $repository = "git@github.com:{$bundle['location']}.git";
$this->directory($bundle); $this->directory($bundle);