summaryrefslogtreecommitdiff
path: root/bin/chef-zero
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chef-zero')
-rwxr-xr-xbin/chef-zero2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-zero b/bin/chef-zero
index 050d28f..2d42468 100755
--- a/bin/chef-zero
+++ b/bin/chef-zero
@@ -74,7 +74,7 @@ OptionParser.new do |opts|
end.parse!
if options[:data_store]
- options[:data_store] = ChefZero::DataStore::DefaultFacade.new(options[:data_store], options[:single_org])
+ options[:data_store] = ChefZero::DataStore::DefaultFacade.new(options[:data_store], options[:single_org], false)
end
server = ChefZero::Server.new(options)