Browse Source

remove die from github provider.

Taylor Otwell 13 years ago
parent
commit
ef2c5af4f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      laravel/cli/tasks/bundle/providers/github.php

+ 0 - 1
laravel/cli/tasks/bundle/providers/github.php

@@ -38,7 +38,6 @@ class Github extends Provider {
 	 */
 	 */
 	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);