From fa7547d8dd70cee5f5a94f4569beeebc981a39c3 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 19:09:02 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 1505cc6..4e9697f 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -739,7 +739,7 @@ function GetHtmlContent { }); } - if (SetSVSPowerplan.checked) { + if (setSVSPowerplan.checked) { fetch('/SetSVSPowerplan', { method: 'GET' }); appendLog("Setting SVS Powerplan", "cyan"); }