lib/fakes3/cli.rb in fakes3-1.0.0 vs lib/fakes3/cli.rb in fakes3-1.1.0

- old
+ new

@@ -19,10 +19,10 @@ def server store = nil if options[:root] root = File.expand_path(options[:root]) # TODO Do some sanity checking here - store = FileStore.new(root) + store = FileStore.new(root, !!options[:quiet]) end if store.nil? abort "You must specify a root to use a file store (the current default)" end