Better language

This commit is contained in:
David Heinemeier Hansson
2023-02-20 17:44:55 +01:00
parent 1ccf679ca9
commit c4cc9e690b

View File

@@ -22,7 +22,7 @@ class Mrsk::Cli::Healthcheck < Mrsk::Cli::Base
end
rescue SSHKit::Command::Failed
if attempt <= MAX_ATTEMPTS
info "#{target} not ready yet, retrying in #{attempt}s..."
info "#{target} failed to respond, retrying in #{attempt}s..."
sleep attempt
attempt += 1