diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-13 11:44:32 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-01-13 11:44:32 -0800 |
commit | af4afcc712d24dbc85a9c020a124acadeed295d2 (patch) | |
tree | 08a71e81175177fee945d09bb831d5ae37a24606 /bin | |
parent | 1edd3dba71b4531bb1a570dd7e387620e8ee61de (diff) | |
download | chef-af4afcc712d24dbc85a9c020a124acadeed295d2.tar.gz |
autocorrecting Style/TrailingCommalcg/trailing_comma
chefstyle -a fixed 1044 occurrances
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-service-manager | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-service-manager b/bin/chef-service-manager index 5808a0be46..43d9c8a933 100755 --- a/bin/chef-service-manager +++ b/bin/chef-service-manager @@ -30,7 +30,7 @@ if Chef::Platform.windows? :service_description => "Runs Chef Client on regular, configurable intervals.", :service_file_path => File.expand_path('../chef-windows-service', $PROGRAM_NAME), :delayed_start => true, - :dependencies => ['Winmgmt'] + :dependencies => ['Winmgmt'], } Chef::Application::WindowsServiceManager.new(chef_client_service).run else |