Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion scripts/verify-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if (-not (Get-Command -Name "tar")) {
}

# Check for python 3
if (-not (Get-Command -All -Name "python" | Where-Object { $_.Version -ge [Version]"3.0" }))
if (-not (Get-Command -All -Name "python3"))
{
Write-Error "Unable to find python 3. Please install python3 and add it to your path"
}
Expand Down