From ef2c5af4f1305e619ff22e4f7a40ee24ffd40da0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 2 Feb 2012 15:36:50 -0600 Subject: [PATCH] remove die from github provider. --- laravel/cli/tasks/bundle/providers/github.php | 1 - 1 file changed, 1 deletion(-) 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);