diff options
author | Tim Smith <tsmith@chef.io> | 2018-03-05 14:18:54 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-03-05 14:20:11 -0800 |
commit | 4994aa6b92c20fa59a872365755b54dad6054e33 (patch) | |
tree | c2cd02778b585c2220c70cb04e28d50837af574c /lib/chef/provider/service | |
parent | cb177a7c7b160dbb7d485aca00bddb62f253b5b0 (diff) | |
download | chef-4994aa6b92c20fa59a872365755b54dad6054e33.tar.gz |
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider/service')
-rw-r--r-- | lib/chef/provider/service/upstart.rb | 2 |
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 |