lib/orchestration/service_check.rb in orchestration-0.2.2 vs lib/orchestration/service_check.rb in orchestration-0.2.3
- old
+ new
@@ -62,10 +62,10 @@
end
def echo_failure
@terminal.write(
:failure,
- I18n.t('orchestration.attempt_limit', limit: ATTEMPT_LIMIT)
+ I18n.t('orchestration.attempt_limit', limit: @attempt_limit)
)
end
def echo_error(error)
@terminal.write(:error, "[#{error.class.name}] #{error.message}")