Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix var name
  • Loading branch information
ilia-shipitsin committed Sep 21, 2023
commit d03936ec8ac6924688108fed9cbb153e688c30c2
2 changes: 1 addition & 1 deletion images/win/scripts/Installers/Install-PyPy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ foreach($toolsetVersion in $toolsetVersions.versions)

ForEach($node in $checksums) {
if($node.InnerText -ilike "*${filename}*") {
$distributor_file_hash = $node.InnerText.ToString().Split("`n").Where({ $_ -ilike "*${filename}*" }).Split(' ')[0]
$distributorFileHash = $node.InnerText.ToString().Split("`n").Where({ $_ -ilike "*${filename}*" }).Split(' ')[0]
}
}

Expand Down