summaryrefslogtreecommitdiff
path: root/lib/chef/resource/cron
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-07 15:54:52 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-07 17:32:22 -0700
commit6c4c32340ac0fcebb53768cb78f5760e55c35514 (patch)
tree70de57d90bacbe6be118c9b6ead9efc1e650098e /lib/chef/resource/cron
parented460911a49716817ded2986e81a5116dfbb795e (diff)
downloadchef-6c4c32340ac0fcebb53768cb78f5760e55c35514.tar.gz
Fix quotes for Chefstyle
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/cron')
-rw-r--r--lib/chef/resource/cron/cron_d.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/cron/cron_d.rb b/lib/chef/resource/cron/cron_d.rb
index 9749fa1976..882544a8bc 100644
--- a/lib/chef/resource/cron/cron_d.rb
+++ b/lib/chef/resource/cron/cron_d.rb
@@ -158,7 +158,7 @@ class Chef
# @todo this is Chef 12 era cleanup. Someday we should remove it all
template "/etc/cron.d/#{sanitized_name}" do
- source ::File.expand_path('../support/cron.d.erb', __dir__)
+ source ::File.expand_path("../support/cron.d.erb", __dir__)
local true
mode new_resource.mode
variables(