fixed typo

This commit is contained in:
iLLiCiTiT 2020-10-02 15:09:19 +02:00
parent 03e8f647fd
commit 7364c6c29d
3 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
[
{
"__default_values__": {
"multiplath_executables": true
"multipath_executables": true
}
}, {
"type": "raw-json",
@ -50,7 +50,7 @@
"type": "path-widget",
"key": "{host_name}_executables",
"label": "{host_label} - Full paths to executables",
"multiplatform": "{multiplath_executables}",
"multiplatform": "{multipath_executables}",
"multipath": true
}
]
@ -69,7 +69,7 @@
"template_data": {
"host_label": "Maya 2019",
"host_name": "maya_2019",
"multiplath_executables": false
"multipath_executables": false
}
}, {
"type": "schema_template",

View file

@ -15,7 +15,7 @@
"template_data": {
"host_label": "Maya 2019",
"host_name": "maya_2019",
"multiplath_executables": false
"multipath_executables": false
}
}, {
"type": "schema_template",

View file

@ -1,7 +1,7 @@
[
{
"__default_values__": {
"multiplath_executables": true
"multipath_executables": true
}
}, {
"type": "raw-json",
@ -12,7 +12,7 @@
"type": "path-widget",
"key": "{host_name}_executables",
"label": "{host_label} - Full paths to executables",
"multiplatform": "{multiplath_executables}",
"multiplatform": "{multipath_executables}",
"multipath": true
}
]