Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 24, 2017
1 parent 67411dc commit 0935c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cfa/ntp_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def value
old_lens? ? augeas_options.map { |option| option[:value] }.first : orig_value
end

def value= (value)
def value=(value)
if old_lens?
holder = tree_value.tree.select(options_matcher).first
holder[:value] = value
Expand Down

0 comments on commit 0935c57

Please sign in to comment.