summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/chef_fs/file_system/chef_server/acl_entry.rb')
-rw-r--r--lib/chef/chef_fs/file_system/chef_server/acl_entry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb b/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb
index 4a602ba66d..4fec51a9b1 100644
--- a/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb
+++ b/lib/chef/chef_fs/file_system/chef_server/acl_entry.rb
@@ -26,7 +26,7 @@ class Chef
module FileSystem
module ChefServer
class AclEntry < RestListEntry
- PERMISSIONS = %w(create read update delete grant)
+ PERMISSIONS = %w{create read update delete grant}
def api_path
"#{super}/_acl"