diff --git a/laravel/cli/tasks/bundle/providers/github.php b/laravel/cli/tasks/bundle/providers/github.php index 7aa34623..cc0346ec 100644 --- a/laravel/cli/tasks/bundle/providers/github.php +++ b/laravel/cli/tasks/bundle/providers/github.php @@ -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); }