Skip to content

Commit 1559a6b

Browse files
committed
Use the public facing URL for fetching bundles stored on GitHub.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent 4c53b9d commit 1559a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/cli/tasks/bundle/providers/github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Github extends Provider {
1111
*/
1212
public function install($bundle, $path)
1313
{
14-
$url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
14+
$url = "http://github.com/{$bundle['location']}/zipball/master";
1515

1616
parent::zipball($url, $bundle, $path);
1717
}

0 commit comments

Comments
 (0)