We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24156be commit ac5456fCopy full SHA for ac5456f
Gemfile
@@ -4,6 +4,6 @@ gemspec
4
5
gem "bundler", "~> 2.4"
6
gem "rake", "~> 13.2.1"
7
+gem "rubocop-fluentd", "~> 0.2.0"
8
gem "test-unit", "~> 3.0"
9
gem "test-unit-rr", "~> 1.0.5"
-gem "rubocop-fluentd", "~> 0.2.0"
lib/fluent/plugin/in_fluent_package_update_notifier.rb
@@ -72,7 +72,7 @@ def check_fluent_pacakge_update_information
72
checker = Fluent::Plugin::FluentPackage::UpdateChecker.new(options)
73
checker.run
74
rescue => e
75
- log.error "Failed to check updates: #{e.message}"
+ log.error { "Failed to check updates: #{e.message}" }
76
end
77
78
0 commit comments