tweak github bundle provider.
This commit is contained in:
parent
f420ec5515
commit
2b7e4d1873
|
@ -10,7 +10,7 @@ class Github implements Provider {
|
||||||
*/
|
*/
|
||||||
public function install($bundle)
|
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
|
// We need to just extract the basename of the bundle path when
|
||||||
// adding the submodule. Of course, we can't add a submodule to
|
// adding the submodule. Of course, we can't add a submodule to
|
||||||
|
|
Loading…
Reference in New Issue