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

Why can't the parser set the name of the CookbookDefinition itself?

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

Reply via email to