Skip to content

Commit 907138c

Browse files
Remove unnecessary apostrophes in template
Removes unnecessary apostrophes in template file introduced in 52ff81b
1 parent 6e72ade commit 907138c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ntp.conf.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ disable monitor
1111
<% end -%>
1212

1313
<% if @restrict != [] -%>
14-
# Permit time synchronization with our time source, but do not'
15-
# permit the source to query or modify the service on this system.'
14+
# Permit time synchronization with our time source, but do not
15+
# permit the source to query or modify the service on this system.
1616
<% @restrict.flatten.each do |restrict| -%>
1717
restrict <%= restrict %>
1818
<% end %>

0 commit comments

Comments
 (0)