summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/rest_list_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/rest_list_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/rest_list_endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/rest_list_endpoint.rb b/lib/chef_zero/endpoints/rest_list_endpoint.rb
index 0f01a68..b1e3d5c 100644
--- a/lib/chef_zero/endpoints/rest_list_endpoint.rb
+++ b/lib/chef_zero/endpoints/rest_list_endpoint.rb
@@ -34,7 +34,7 @@ module ChefZero
end
def get_key(contents)
- json = FFI_Yajl::Parser.parse(contents, :create_additions => false)
+ json = FFI_Yajl::Parser.parse(contents)
identity_keys.map { |k| json[k] }.select { |v| v }.first
end
end