summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-05 14:18:54 -0800
committerTim Smith <tsmith@chef.io>2018-03-05 14:20:11 -0800
commit4994aa6b92c20fa59a872365755b54dad6054e33 (patch)
treec2cd02778b585c2220c70cb04e28d50837af574c
parentcb177a7c7b160dbb7d485aca00bddb62f253b5b0 (diff)
downloadchef-4994aa6b92c20fa59a872365755b54dad6054e33.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 26fc112ed8..2ff7de1138 100644
--- a/lib/chef/provider/service/upstart.rb
+++ b/lib/chef/provider/service/upstart.rb
@@ -34,7 +34,7 @@ class Chef
UPSTART_STATE_FORMAT = /\S+ \(?(start|stop)?\)? ?[\/ ](\w+)/
- # Returns true if the configs for the service name has upstart variable
+ # Returns true if the configs for the service name has upstart variable
def self.supports?(resource, action)
Chef::Platform::ServiceHelpers.config_for_service(resource.service_name).include?(:upstart)
end