summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ssh_known_hosts_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ssh_known_hosts_entry.rb')
-rw-r--r--lib/chef/resource/ssh_known_hosts_entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ssh_known_hosts_entry.rb b/lib/chef/resource/ssh_known_hosts_entry.rb
index c4384d80f0..533cb42279 100644
--- a/lib/chef/resource/ssh_known_hosts_entry.rb
+++ b/lib/chef/resource/ssh_known_hosts_entry.rb
@@ -106,7 +106,7 @@ class Chef
r = with_run_context :root do
find_resource(:template, "update ssh known hosts file #{new_resource.file_location}") do
- source ::File.expand_path('support/ssh_known_hosts.erb', __dir__)
+ source ::File.expand_path("support/ssh_known_hosts.erb", __dir__)
local true
path new_resource.file_location
owner new_resource.owner