Fix typos so that the variable names match.

This commit is contained in:
Nick Chappell 2014-07-26 20:15:04 -07:00
parent 7b51e2d4f2
commit 211208fcdf

View file

@ -53,9 +53,9 @@ object Host "<%= @object_hostname %>" {
<%- end -%>
<%- end -%>
<%- if @check_command -%>
check_command = "<%= @max_check_attempts -%>"
check_command = "<%= @check_command -%>"
<%- end -%>
<%- if @check_command -%>
<%- if @max_check_attempts -%>
max_check_attempts = "<%= @max_check_attempts -%>"
<%- end -%>
}