Commit d9f3725a authored by Taylor Otwell's avatar Taylor Otwell

download zip archive of repos by default instead of submoduling.

parent e370772c
......@@ -12,7 +12,7 @@ class Github extends Provider {
*/
public function install($bundle)
{
$method = (Request::server('cli.zip')) ? 'zipball' : 'submodule';
$method = (Request::server('cli.git')) ? 'submodule' : 'zipball';
$this->$method($bundle);
}
......
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