From 52746fa6dda60594635c721a8a1742d62fbba6cf Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 9 Feb 2026 08:41:47 +0100 Subject: [PATCH] Fixes coding error caused by malicious character at the end --- .../perfcounter/Show-IcingaPerformanceCounterInstances.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 b/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 index 131cb31..0949f20 100644 --- a/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 +++ b/lib/core/perfcounter/Show-IcingaPerformanceCounterInstances.psm1 @@ -60,4 +60,4 @@ function Show-IcingaPerformanceCounterInstances() return ( $Instances.GetEnumerator() | Sort-Object Name ); -}e +}