mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-16 00:58:24 -05:00
Get-IcingaCheckCommandConfig: fix copy&paste error
Pass -NoLogo and -NoProfile once, not -NoLogo twice.
This commit is contained in:
parent
7b3d06440c
commit
3aab2dd83a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ function Get-IcingaCheckCommandConfig()
|
||||||
'-NoProfile' = @{
|
'-NoProfile' = @{
|
||||||
'order' = '-3';
|
'order' = '-3';
|
||||||
'skip_key' = $TRUE;
|
'skip_key' = $TRUE;
|
||||||
'value' = '-NoLogo';
|
'value' = '-NoProfile';
|
||||||
};
|
};
|
||||||
'-NoLogo' = @{
|
'-NoLogo' = @{
|
||||||
'order' = '-2';
|
'order' = '-2';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue