summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/memory_store.rb
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-04-18 16:29:59 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-04-18 16:29:59 -0700
commitacd80b7e3422d22bc717db40cf26598b7f4e618e (patch)
tree21bc9130c7497cd5d2460eb5bf55d9099ce59325 /lib/chef_zero/data_store/memory_store.rb
parente655c7857e9568ece4555e627fc7d3aa372449ae (diff)
downloadchef-zero-acd80b7e3422d22bc717db40cf26598b7f4e618e.tar.gz
Get single_org backcompat mode working
Diffstat (limited to 'lib/chef_zero/data_store/memory_store.rb')
-rw-r--r--lib/chef_zero/data_store/memory_store.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef_zero/data_store/memory_store.rb b/lib/chef_zero/data_store/memory_store.rb
index aa0bb5c..c7e5b7f 100644
--- a/lib/chef_zero/data_store/memory_store.rb
+++ b/lib/chef_zero/data_store/memory_store.rb
@@ -30,8 +30,6 @@ module ChefZero
@data = {}
create_dir([], 'organizations')
- # TODO this should only be automatic when multi_org is false
- create_dir([ 'organizations' ], 'chef')
end
def create_org