Update testTaskGate.ps1

This commit is contained in:
2025-05-26 22:56:05 -04:00
parent 1b91651ccf
commit a38a495cc1

View File

@@ -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 "<div style='color:#bbb; font-size:0.9em; margin-top:1em;'>SVSMPS Module Version: $($mod.Version)</div>"
return "<div style='color:#bbb; font-size:0.9em; margin-top:1em;'>Module Version: $($mod.Version)</div>"
}
return "<div style='color:#f66;'>SVSMSP_Module not found</div>"
}