Skip to content

Commit 21e3679

Browse files
committed
use new URL.
1 parent 67d23b8 commit 21e3679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function makeFilename()
7676
*/
7777
protected function download($zipFile)
7878
{
79-
$response = \GuzzleHttp\get('http://192.241.224.13/laravel-craft.zip')->getBody();
79+
$response = \GuzzleHttp\get('http://cabinet.laravel.com/latest.zip')->getBody();
8080

8181
file_put_contents($zipFile, $response);
8282

0 commit comments

Comments
 (0)