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"); }