summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb b/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb
index 358637e..e2d1d2a 100644
--- a/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb
+++ b/lib/chef_zero/endpoints/cookbook_artifacts_endpoint.rb
@@ -8,12 +8,12 @@ module ChefZero
data = {}
artifacts = begin
- list_data(request)
+ list_data(request)
rescue Exception => e
if e.response_code == 404
return already_json_response(200, "{}")
end
- end
+ end
artifacts.each do |cookbook_artifact|
cookbook_url = build_uri(request.base_uri, request.rest_path + [cookbook_artifact])