File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,12 @@ def check
107107 puts "\n All check completed. (Fluentd v#{ Fluent ::VERSION } )"
108108
109109 unless succeeded
110- puts "Some anomalies are found. Please check the logs for details."
111- puts "If you have any questions or issues, please report them to the following:"
112- puts " Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a"
113- puts " Fluentd Q&A (日本語用): https://github.com/fluent/fluentd/discussions/categories/q-a-japanese"
114- puts " About this command (日本語可): https://github.com/clear-code/fluent-tail_checker/issues"
110+ puts "Some anomalies are found. Please check the logs for details." ,
111+ "" ,
112+ "If you have any questions or issues, please report them to the following:" ,
113+ " Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a" ,
114+ " Fluentd Q&A (日本語用): https://github.com/fluent/fluentd/discussions/categories/q-a-japanese" ,
115+ " About this command (日本語可): https://github.com/clear-code/fluent-tail_checker/issues"
115116 return false
116117 end
117118
You can’t perform that action at this time.
0 commit comments