summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/group_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/group_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/group_endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/group_endpoint.rb b/lib/chef_zero/endpoints/group_endpoint.rb
index 7855e98..b1b4f8f 100644
--- a/lib/chef_zero/endpoints/group_endpoint.rb
+++ b/lib/chef_zero/endpoints/group_endpoint.rb
@@ -13,7 +13,7 @@ module ChefZero
def populate_defaults(request, response_json)
group = FFI_Yajl::Parser.parse(response_json)
group = ChefData::DataNormalizer.normalize_group(group, request.rest_path[3], request.rest_path[1])
- FFI_Yajl::Encoder.encode(group, :pretty => true)
+ FFI_Yajl::Encoder.encode(group, pretty: true)
end
end
end