From 3aab2dd83afa8bafb7cce23860a0fdef08fde7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Thu, 1 Jun 2023 12:11:30 +0200 Subject: [PATCH] Get-IcingaCheckCommandConfig: fix copy&paste error Pass -NoLogo and -NoProfile once, not -NoLogo twice. --- lib/core/tools/Get-IcingaCheckCommandConfig.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 index b2275f4..2faee4f 100644 --- a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 +++ b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 @@ -102,7 +102,7 @@ function Get-IcingaCheckCommandConfig() '-NoProfile' = @{ 'order' = '-3'; 'skip_key' = $TRUE; - 'value' = '-NoLogo'; + 'value' = '-NoProfile'; }; '-NoLogo' = @{ 'order' = '-2';