Skip to content

Commit

Permalink
changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 4, 2018
1 parent c0c0a03 commit 1f03c65
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 @@ -247,7 +247,7 @@ def self.record_class(key)
if CFA::NtpConf.constants.include?(record_class.to_sym)
CFA::NtpConf.const_get(record_class.to_sym)
else
# it is not predefined record type, so use generic misc record
# it is not a predefined record type, so use a generic misc record
res = Class.new(MiscRecord)
# and specify there its augeas type
res.define_method(:augeas_type) { entry_type + "[]" }
Expand Down

0 comments on commit 1f03c65

Please sign in to comment.