diff --git a/lib/new_relic/agent/health_check.rb b/lib/new_relic/agent/health_check.rb index f7788ed28c..7e4d088566 100644 --- a/lib/new_relic/agent/health_check.rb +++ b/lib/new_relic/agent/health_check.rb @@ -66,10 +66,10 @@ def update_status(status, options = []) def contents <<~CONTENTS - healthy: #{@status[:healthy]} - status: #{@status[:message]}#{last_error} - start_time_unix_nano: #{@start_time} - status_time_unix_nano: #{nano_time} + healthy: #{@status[:healthy]} + status: #{@status[:message]}#{last_error} + start_time_unix_nano: #{@start_time} + status_time_unix_nano: #{nano_time} CONTENTS end