summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/group_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/group_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/group_data_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/data_handler/group_data_handler.rb b/lib/chef/chef_fs/data_handler/group_data_handler.rb
index 1a36c66eb8..40cb57b78a 100644
--- a/lib/chef/chef_fs/data_handler/group_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/group_data_handler.rb
@@ -28,7 +28,7 @@ class Chef
result['actors'] = {
'users' => result['users'],
'clients' => result['clients'],
- 'groups' => result['groups']
+ 'groups' => result['groups'],
}
result.delete('users')
result.delete('clients')