We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bfbeb commit 2d4365dCopy full SHA for 2d4365d
1 file changed
install.ps1
@@ -388,7 +388,7 @@ New-Item -ItemType Directory -Force -Path $TEMP_DIR | Out-Null
388
389
# Download
390
$zipPath = Join-Path $TEMP_DIR $zipName
391
-if (-not (Download-Binary -Url $downloadUrl -OutputPath $zipPath)) {
+if (-not (Get-Binary -Url $downloadUrl -OutputPath $zipPath)) {
392
Remove-Item -Path $TEMP_DIR -Recurse -Force -ErrorAction SilentlyContinue
393
exit 1
394
}
0 commit comments