Get-IcingaCheckCommandConfig: fix copy&paste error

Pass -NoLogo and -NoProfile once, not -NoLogo twice.
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-06-01 12:11:30 +02:00 committed by GitHub
parent 7b3d06440c
commit 3aab2dd83a
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';