Fix typos so that the variable names match.
This commit is contained in:
parent
7b51e2d4f2
commit
211208fcdf
1 changed files with 2 additions and 2 deletions
|
@ -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 -%>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue