Better language
This commit is contained in:
@@ -22,7 +22,7 @@ class Mrsk::Cli::Healthcheck < Mrsk::Cli::Base
|
|||||||
end
|
end
|
||||||
rescue SSHKit::Command::Failed
|
rescue SSHKit::Command::Failed
|
||||||
if attempt <= MAX_ATTEMPTS
|
if attempt <= MAX_ATTEMPTS
|
||||||
info "#{target} not ready yet, retrying in #{attempt}s..."
|
info "#{target} failed to respond, retrying in #{attempt}s..."
|
||||||
sleep attempt
|
sleep attempt
|
||||||
attempt += 1
|
attempt += 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user