download zip archive of repos by default instead of submoduling.
This commit is contained in:
parent
e370772cf9
commit
d9f3725afd
|
@ -12,7 +12,7 @@ class Github extends Provider {
|
||||||
*/
|
*/
|
||||||
public function install($bundle)
|
public function install($bundle)
|
||||||
{
|
{
|
||||||
$method = (Request::server('cli.zip')) ? 'zipball' : 'submodule';
|
$method = (Request::server('cli.git')) ? 'submodule' : 'zipball';
|
||||||
|
|
||||||
$this->$method($bundle);
|
$this->$method($bundle);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue