mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Moved NoPerfData from switch to bool
This is required to properly pass the argument from a CheckCommand to the result handler
This commit is contained in:
parent
850e8b4d3f
commit
8ef18f97a9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ function New-IcingaCheckresult()
|
||||||
{
|
{
|
||||||
param(
|
param(
|
||||||
$Check,
|
$Check,
|
||||||
[switch]$NoPerfData,
|
[bool]$NoPerfData,
|
||||||
[switch]$Compile
|
[switch]$Compile
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue