From 2b7e4d1873416ff61f42661377a731fa933ce7c8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 27 Jan 2012 12:11:00 -0600 Subject: [PATCH] tweak github bundle provider. --- laravel/cli/tasks/bundle/providers/github.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/cli/tasks/bundle/providers/github.php b/laravel/cli/tasks/bundle/providers/github.php index 174c9916..be8de72c 100644 --- a/laravel/cli/tasks/bundle/providers/github.php +++ b/laravel/cli/tasks/bundle/providers/github.php @@ -10,7 +10,7 @@ class Github implements Provider { */ public function install($bundle) { - $repository = "git://github.com/{$bundle['location']}.git"; + $repository = "git@github.com:{$bundle['location']}.git"; // We need to just extract the basename of the bundle path when // adding the submodule. Of course, we can't add a submodule to