summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-service-manager2
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