mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed methods_execute variable naming
This commit is contained in:
parent
10001cc84d
commit
516b915472
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue