Fixed methods_execute variable naming

This commit is contained in:
Lord Hepipud 2019-09-16 12:06:05 +02:00
parent d632b4ada0
commit 9cd97fbbd9

View file

@ -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';