Commit 436672c3 authored by Jason Lewis's avatar Jason Lewis

Merge branch 'master' into develop

parents 5059ced2 1559a6bb
......@@ -11,7 +11,7 @@ class Github extends Provider {
*/
public function install($bundle, $path)
{
$url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
$url = "http://github.com/{$bundle['location']}/zipball/master";
parent::zipball($url, $bundle, $path);
}
......
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