Skip to content

Commit

Permalink
fix: install.sh url
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Oct 15, 2024
1 parent b4c1d29 commit d4b8773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clone-documentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function ($matches) {

function copyInstallSh(): void
{
$url = "https://github.com/dunglas/frankenphp/blob/main/install.sh";
$url = "https://raw.githubusercontent.com/dunglas/frankenphp/refs/heads/main/install.sh";
$destinationDir = __DIR__ . "/static/";
$fileName = basename($url);
$destination = $destinationDir . $fileName;
Expand Down

0 comments on commit d4b8773

Please sign in to comment.