Update samy.ps1
This commit is contained in:
2
samy.ps1
2
samy.ps1
@@ -1827,7 +1827,7 @@ function Get-SamyDriverInfFromRepo {
|
||||
try {
|
||||
Invoke-WebRequest -Uri $url -OutFile $zipPath -UseBasicParsing -ErrorAction Stop
|
||||
} catch {
|
||||
throw "Failed to download driver package from $url: $($_.Exception.Message)"
|
||||
throw "Failed to download driver package from ${url}: $($_.Exception.Message)"
|
||||
}
|
||||
|
||||
# Extract zip
|
||||
|
||||
Reference in New Issue
Block a user