From c4cc9e690bfa7b302c3675afbf48f1969a60f4bc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 20 Feb 2023 17:44:55 +0100 Subject: [PATCH] Better language --- lib/mrsk/cli/healthcheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mrsk/cli/healthcheck.rb b/lib/mrsk/cli/healthcheck.rb index 24e09ce6..ffb0805d 100644 --- a/lib/mrsk/cli/healthcheck.rb +++ b/lib/mrsk/cli/healthcheck.rb @@ -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