Merge pull request #628 from Al2Klimov/patch-2

Get-IcingaCheckCommandConfig: fix copy&paste error
This commit is contained in:
Lord Hepipud 2023-06-02 17:12:27 +02:00 committed by GitHub
commit e06e781f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ function Get-IcingaCheckCommandConfig()
'-NoProfile' = @{
'order' = '-3';
'skip_key' = $TRUE;
'value' = '-NoLogo';
'value' = '-NoProfile';
};
'-NoLogo' = @{
'order' = '-2';