diff --git a/testTaskGate.ps1 b/testTaskGate.ps1 index 5bc3202..4e28c66 100644 --- a/testTaskGate.ps1 +++ b/testTaskGate.ps1 @@ -300,7 +300,7 @@ $subHtml function Get-ModuleVersionHtml { $mod = Get-Module -ListAvailable -Name SVSMSP | Sort-Object Version -Descending | Select-Object -First 1 if ($mod) { - return "
SVSMPS Module Version: $($mod.Version)
" + return "
Module Version: $($mod.Version)
" } return "
SVSMSP_Module not found
" }