Procházet zdrojové kódy

Merge branch 'alexxxxx-feature/fixing-typo' into develop

Merged from: https://github.com/Icinga/puppet-icinga2/pull/81/
Nick Chappell před 9 roky
rodič
revize
a1dd01be07
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      templates/object_notification.conf.erb

+ 1 - 1
templates/object_notification.conf.erb

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