summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/default_facade.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/data_store/default_facade.rb')
-rw-r--r--lib/chef_zero/data_store/default_facade.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/data_store/default_facade.rb b/lib/chef_zero/data_store/default_facade.rb
index 0d4cf34..c941322 100644
--- a/lib/chef_zero/data_store/default_facade.rb
+++ b/lib/chef_zero/data_store/default_facade.rb
@@ -62,7 +62,7 @@ module ChefZero
end
options_hash = options.last.is_a?(Hash) ? options.last : {}
- default_creator.created(path + [ name ], options_hash[:requestor], options.include?(:recursive))
+ default_creator.created(path + [ name ], options_hash[:requestor], options.include?(:create_dir))
end
def get(path, request=nil)