summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/data_handler/policy_group_data_handler.rb')
-rw-r--r--lib/chef/chef_fs/data_handler/policy_group_data_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb b/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
index 6ada606e49..10de6abb42 100644
--- a/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb
@@ -8,7 +8,7 @@ class Chef
def normalize(policy_group, entry)
defaults = {
"name" => remove_dot_json(entry.name),
- "policies" => {}
+ "policies" => {},
}
result = normalize_hash(policy_group, defaults)
result.delete("uri") # not useful data