mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-10 06:13:22 -05:00
Fixes coding error caused by malicious character at the end
This commit is contained in:
parent
720d3ca138
commit
52746fa6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,4 +60,4 @@ function Show-IcingaPerformanceCounterInstances()
|
|||
return (
|
||||
$Instances.GetEnumerator() | Sort-Object Name
|
||||
);
|
||||
}e
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue