Commit 2b7e4d18 authored by Taylor Otwell's avatar Taylor Otwell

tweak github bundle provider.

parent f420ec55
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment