summaryrefslogtreecommitdiff
path: root/templates/ntp.conf.archlinux.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/ntp.conf.archlinux.erb')
-rw-r--r--templates/ntp.conf.archlinux.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ntp.conf.archlinux.erb b/templates/ntp.conf.archlinux.erb
index 78494e1..5e27334 100644
--- a/templates/ntp.conf.archlinux.erb
+++ b/templates/ntp.conf.archlinux.erb
@@ -6,7 +6,7 @@
# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
# Associate to public NTP pool servers; see http://www.pool.ntp.org/
-<% [servers_real].flatten.each do |server| -%>
+<% [@servers_real].flatten.each do |server| -%>
server <%= server %>
<% end -%>