diff --git a/laravel/cli/tasks/bundle/providers/github.php b/laravel/cli/tasks/bundle/providers/github.php index 52269deb..c17602f9 100644 --- a/laravel/cli/tasks/bundle/providers/github.php +++ b/laravel/cli/tasks/bundle/providers/github.php @@ -38,7 +38,6 @@ protected function zipball($bundle) */ protected function submodule($bundle) { - die('here'); $repository = "git@github.com:{$bundle['location']}.git"; $this->directory($bundle);