From 9bfb72dec010ded1cfef7589150b8dbd13bd2a2a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Fri, 5 Dec 2025 17:41:45 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index ca9b817..4396c3a 100644 --- a/samy.ps1 +++ b/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