From 3b4a3cd785338fd847749e72d4b9d697425fc94a Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 20:00:49 -0500 Subject: [PATCH] Update samy.ps1 --- samy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index e5cfc2b..cacfe0f 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1045,7 +1045,7 @@ function Get-RemoteText { return $resp.Content } catch { - Write-LogHybrid "Get-RemoteText failed for $Url: $($_.Exception.Message)" Warning UI -LogToEvent + Write-LogHybrid "Get-RemoteText failed for ${Url}: $($_.Exception.Message)" Warning UI -LogToEvent return "" } } @@ -1079,7 +1079,7 @@ function Get-UIHtml { $jsContent = Get-RemoteText -Url "https://git.svstools.ca/SVS_Public_Repo/S.A.M.Y/raw/branch/main/samy.js?raw=1" # - # 4) HTML template – **no external link/script src** anymore, all inlined + # 4) HTML template - **no external link/script src** anymore, all inlined # $htmlTemplate = @"