Skip to content

Commit

Permalink
fix name of file
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 1, 2017
1 parent 42da2aa commit 74fe274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/NtpClient.rb
Expand Up @@ -35,7 +35,7 @@ class NtpClientClass < Module
# @see http://doc.ntp.org/4.1.0/clockopt.htm
SYNC_RECORDS = ["server", "__clock", "peer", "broadcast", "broadcastclient"].freeze

NTP_FILE = "/etc/ntp.conf".freeze
NTP_FILE = "/etc/chrony.conf".freeze

def main
Yast.import "UI"
Expand Down

0 comments on commit 74fe274

Please sign in to comment.