From a38a495cc19c5c5a16c1a53c395b08a26ab469de Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 May 2025 22:56:05 -0400 Subject: [PATCH] Update testTaskGate.ps1 --- testTaskGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
" }