Fixing interval typo in object_notification.conf.erb

Signed-off-by: Alexandre Beche <alexandre.beche@gmail.com>
This commit is contained in:
Alexandre Beche 2015-01-15 14:28:15 +01:00
parent 4b27f4c13f
commit b5b8ecadd3

View file

@ -54,7 +54,7 @@ object Notification "<%= @object_notificationname %>" {
<%- end -%> <%- end -%>
<%- if @interval -%> <%- if @interval -%>
interval = <%= @inteval %> interval = <%= @interval %>
<%- end -%> <%- end -%>
<%- if @period -%> <%- if @period -%>