mirror of https://github.com/Icinga/icinga2.git
Fix syntax error in type validators.
This commit is contained in:
parent
82f63d7eda
commit
11282b875e
|
@ -221,7 +221,7 @@ type Service {
|
|||
%attribute string "*"
|
||||
},
|
||||
|
||||
%attribute array "export_macros"
|
||||
%attribute array "export_macros",
|
||||
|
||||
%attribute array "users" {
|
||||
%attribute string "*"
|
||||
|
@ -254,7 +254,7 @@ type Notification {
|
|||
%attribute string "*"
|
||||
},
|
||||
|
||||
%attribute array "export_macros"
|
||||
%attribute array "export_macros",
|
||||
|
||||
%attribute array "users" {
|
||||
%attribute string "*"
|
||||
|
|
Loading…
Reference in New Issue