summaryrefslogtreecommitdiff
path: root/lib/chef/provider/yum_repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/yum_repository.rb')
-rw-r--r--lib/chef/provider/yum_repository.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/yum_repository.rb b/lib/chef/provider/yum_repository.rb
index 787ce301f9..956d5ae64c 100644
--- a/lib/chef/provider/yum_repository.rb
+++ b/lib/chef/provider/yum_repository.rb
@@ -37,7 +37,7 @@ class Chef
if template_available?(new_resource.source)
source new_resource.source
else
- source ::File.expand_path('support/yum_repo.erb', __dir__)
+ source ::File.expand_path("support/yum_repo.erb", __dir__)
local true
end
sensitive new_resource.sensitive