Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
(maint) Correctly initialise logger in ODMQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Oana Tanasoiu committed May 7, 2020
1 parent 881382b commit b2ecb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolvers/aix/utils/odm_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
module Facter
class ODMQuery
REPOS = %w[CuAt CuDv PdAt PdDv].freeze
@log = Facter::Log.new(self)

def initialize
@query = ''
@conditions = []
@log = Facter::Log.new(self)
end

def equals(field, value)
Expand Down

0 comments on commit b2ecb72

Please sign in to comment.