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.
2 parents 36d1b68 + 3edce85 commit b1e7152Copy full SHA for b1e7152
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