From 516b915472d54dafbe2aa3a72b4e8b3285d5151b Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 16 Sep 2019 12:06:05 +0200 Subject: [PATCH] Fixed methods_execute variable naming --- 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 1918a27..0d2743f 100644 --- a/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 +++ b/lib/core/tools/Get-IcingaCheckCommandConfig.psm1 @@ -170,7 +170,7 @@ function Get-IcingaCheckCommandConfig() 'fields' = @{}; 'imports' = @(); 'is_string' = $NULL; - 'methods_excute' = 'PluginCheck'; + 'methods_execute' = 'PluginCheck'; 'object_name' = $Data.Syntax.syntaxItem.Name; 'object_type' = 'object'; 'timeout' = '180';