Skip to content

Commit cfd28f3

Browse files
committed
Fixes broken datalist data type configuration on Basket generation
Fixes #45
1 parent d0dcc0c commit cfd28f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/tools/Get-IcingaCheckCommandConfig.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function Get-IcingaCheckCommandConfig()
250250
$Basket.Datafield[[string]$FieldID].Add(
251251
'settings', @{
252252
'datalist' = $DataListName;
253-
'datatype' = 'string';
253+
'data_type' = 'string';
254254
'behavior' = 'strict';
255255
}
256256
);

0 commit comments

Comments
 (0)