summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/arch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/arch.rb')
-rw-r--r--lib/chef/provider/service/arch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/service/arch.rb b/lib/chef/provider/service/arch.rb
index e7fbcc820c..ce23b3fc1f 100644
--- a/lib/chef/provider/service/arch.rb
+++ b/lib/chef/provider/service/arch.rb
@@ -22,7 +22,7 @@ class Chef::Provider::Service::Arch < Chef::Provider::Service::Init
provides :service, platform_family: "arch"
- def self.supports?(resource, action)
+ def self.supports?(resource, _action)
Chef::Platform::ServiceHelpers.config_for_service(resource.service_name).include?(:etc_rcd)
end