Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/option-unset' into option-unset
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jul 20, 2023
2 parents 213c1e6 + 3d92710 commit 75d595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/core/configuration/option.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def <=>(other)
DEFAULT = Value.new(0, :default).freeze

# All precedences, sorted from highest to lowest
LIST = [REMOTE_CONFIGURATION, PROGRAMMATIC, DEFAULT].freeze
LIST = [REMOTE_CONFIGURATION, PROGRAMMATIC, DEFAULT].sort.reverse.freeze
end

def initialize(definition, context)
Expand Down

0 comments on commit 75d595c

Please sign in to comment.