summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/upstart.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/upstart.rb')
-rw-r--r--lib/chef/provider/service/upstart.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/service/upstart.rb b/lib/chef/provider/service/upstart.rb
index 8d4aa41035..2e73700c8f 100644
--- a/lib/chef/provider/service/upstart.rb
+++ b/lib/chef/provider/service/upstart.rb
@@ -33,7 +33,7 @@ class Chef
super && Chef::Platform::ServiceHelpers.service_resource_providers.include?(:upstart)
end
- def self.supports?(resource, action)
+ def self.supports?(resource, _action)
Chef::Platform::ServiceHelpers.config_for_service(resource.service_name).include?(:upstart)
end