Skip to content

Commit 850d70d

Browse files
committed
Move new file into the instructions directory
1 parent 676bc8d commit 850d70d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

include/download-instructions/windows-native.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
</p>
44
<pre><code class="language-powershell line-numbers">
55
# Download and install PHP.
6-
powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/install/windows.ps1'))) -Version <?= $version; ?>"
6+
powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version <?= $version; ?>"
77
</code></pre>
File renamed without changes.

0 commit comments

Comments
 (0)