Skip to content

Commit 973a04b

Browse files
committed
Fix typo in Add-Boost
1 parent 2b9f5b9 commit 973a04b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/BuildPhpExtension/private/Add-Boost.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Function Add-Boost {
1010
}
1111
process {
1212
$url = "https://archives.boost.io/release/1.72.0/source/boost_1_72_0.zip"
13-
Get-File -Url -OutFile "boost.zip"
13+
Get-File -Url $url -OutFile "boost.zip"
1414
Expand-Archive -Path "boost.zip" -DestinationPath "../deps"
1515
}
1616
end {

0 commit comments

Comments
 (0)