mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2026-02-03 04:09:29 -05:00
Merge pull request #628 from Al2Klimov/patch-2
Get-IcingaCheckCommandConfig: fix copy&paste error
This commit is contained in:
commit
e06e781f39
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