From 907138cc523ca5e2a106d471b2ab423057d926b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20R=C3=B8dsdalen=20Hagen?= Date: Fri, 21 Feb 2014 18:12:41 +0100 Subject: [PATCH] Remove unnecessary apostrophes in template Removes unnecessary apostrophes in template file introduced in 52ff81b7d0debb91f0aa86c5933aa90d5008ded5 --- templates/ntp.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ntp.conf.erb b/templates/ntp.conf.erb index 99f29600..27ad6d9a 100644 --- a/templates/ntp.conf.erb +++ b/templates/ntp.conf.erb @@ -11,8 +11,8 @@ disable monitor <% end -%> <% if @restrict != [] -%> -# Permit time synchronization with our time source, but do not' -# permit the source to query or modify the service on this system.' +# Permit time synchronization with our time source, but do not +# permit the source to query or modify the service on this system. <% @restrict.flatten.each do |restrict| -%> restrict <%= restrict %> <% end %>