diff --git a/lib/inspec/resources/chrony_conf.rb b/lib/inspec/resources/chrony_conf.rb index 469236e4b..ba710dc8d 100644 --- a/lib/inspec/resources/chrony_conf.rb +++ b/lib/inspec/resources/chrony_conf.rb @@ -7,7 +7,7 @@ module Inspec::Resources class ChronyConf < Inspec.resource(1) name "chrony_conf" supports platform: "unix" - desc "Use the chrony_conf InSpec audit resource to test the synchronization settings defined in the chrony.conf file. This file is typically located at /etc/ntp.conf." + desc "Use the chrony_conf InSpec audit resource to test the synchronization settings defined in the chrony.conf file. This file is typically located at /etc/chrony.conf." example <<~EXAMPLE describe chrony_conf do its('server') { should_not cmp nil }