summaryrefslogtreecommitdiff
path: root/lib/chef/resource/directory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/directory.rb')
-rw-r--r--lib/chef/resource/directory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/directory.rb b/lib/chef/resource/directory.rb
index ab9bb6b5c0..b989b3ecde 100644
--- a/lib/chef/resource/directory.rb
+++ b/lib/chef/resource/directory.rb
@@ -37,7 +37,7 @@ class Chef
default_action :create
allowed_actions :create, :delete
- property :path, String,name_property: true, identity: true
+ property :path, String, name_property: true, identity: true
property :recursive, [ TrueClass, FalseClass ], default: false
end
end