mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -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' = @{
|
||||
'order' = '-3';
|
||||
'skip_key' = $TRUE;
|
||||
'value' = '-NoLogo';
|
||||
'value' = '-NoProfile';
|
||||
};
|
||||
'-NoLogo' = @{
|
||||
'order' = '-2';
|
||||
|
|
|
|||
Loading…
Reference in a new issue