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 36d1b68 commit 3edce85Copy full SHA for 3edce85
lib/fluent/plugin/filter_obsolete_plugins.rb
@@ -32,7 +32,7 @@ class ObsoletePluginsFilter < Fluent::Plugin::Filter
32
def configure(conf)
33
super
34
35
- @obsolete_plugins = open(@obsolete_plugins_yml) do |io|
+ @obsolete_plugins = URI.open(@obsolete_plugins_yml) do |io|
36
YAML.safe_load(io.read)
37
end
38
0 commit comments