summaryrefslogtreecommitdiff
path: root/lib/chef_zero/endpoints/file_store_file_endpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/endpoints/file_store_file_endpoint.rb')
-rw-r--r--lib/chef_zero/endpoints/file_store_file_endpoint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/endpoints/file_store_file_endpoint.rb b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
index 90b51da..290d7d9 100644
--- a/lib/chef_zero/endpoints/file_store_file_endpoint.rb
+++ b/lib/chef_zero/endpoints/file_store_file_endpoint.rb
@@ -14,7 +14,7 @@ module ChefZero
end
def put(request)
- data_store.set(request.rest_path, request.body, :create, :create_dir, :requestor => request.requestor)
+ data_store.set(request.rest_path, request.body, :create, :create_dir, requestor: request.requestor)
json_response(200, {})
end
end