summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/sandbox_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/sandbox_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/sandbox_endpoint.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef_zero/endpoints/sandbox_endpoint.rb b/lib/chef_zero/endpoints/sandbox_endpoint.rb
index a35af2c..d7eb4de 100644
--- a/lib/chef_zero/endpoints/sandbox_endpoint.rb
+++ b/lib/chef_zero/endpoints/sandbox_endpoint.rb
@@ -15,11 +15,11 @@ module ChefZero
end
delete_data(request)
json_response(200, {
- :guid => request.rest_path[3],
- :name => request.rest_path[3],
- :checksums => existing_sandbox["checksums"],
- :create_time => existing_sandbox["create_time"],
- :is_completed => true,
+ guid: request.rest_path[3],
+ name: request.rest_path[3],
+ checksums: existing_sandbox["checksums"],
+ create_time: existing_sandbox["create_time"],
+ is_completed: true,
})
end
end