> @@ -43,6 +43,13 @@
>  
>     @Override
>     public CookbookDefinition apply(HttpResponse response) {
> -      return parser.apply(response).values().iterator().next();
> +      Map<String, CookbookDefinition> result = parser.apply(response);

Agreed and Done!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/24/files#r6429171

Reply via email to