Skip to content

Commit

Permalink
Temporary change docs to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 10, 2023
1 parent 00d8f9e commit d46b4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
collect(Docs::SUPPORT_VERSION)
->filter(fn(string $version) => !Storage::disk('docs')->exists($version))
->every(fn(string $version) => Process::path(storage_path('docs'))
->run("git clone --single-branch --branch '$version' https://github.com/laravelRus/docs '$version'"));
->run("git clone --single-branch --branch '$version' https://github.com/tabuna/docs '$version'"));

})->purpose('Checkout the latest Laravel docs');

0 comments on commit d46b4b8

Please sign in to comment.