diff options
Diffstat (limited to 'lib/chef/resource/directory.rb')
-rw-r--r-- | lib/chef/resource/directory.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/directory.rb b/lib/chef/resource/directory.rb index 0870598795..9443c893d1 100644 --- a/lib/chef/resource/directory.rb +++ b/lib/chef/resource/directory.rb @@ -44,8 +44,8 @@ class Chef description: "The path to the directory. Using a fully qualified path is recommended, but is not always required." property :recursive, [ TrueClass, FalseClass ], - description: "Create or delete parent directories recursively. For the owner, group, and mode properties, the value of this property applies only to the leaf directory.", - default: false + description: "Create or delete parent directories recursively. For the owner, group, and mode properties, the value of this property applies only to the leaf directory.", + default: false end end end |