lib/facter/resolvers/macosx/mountpoints.rb in facter-4.0.49 vs lib/facter/resolvers/macosx/mountpoints.rb in facter-4.0.50

- old
+ new

@@ -8,10 +8,10 @@ init_resolver class << self private - def post_resolve(fact_name) + def post_resolve(fact_name, _options) @fact_list.fetch(fact_name) { read_mounts } end def read_mounts mounts = {}