diff --git a/src/onedb/onedb.rb b/src/onedb/onedb.rb index 6403c1d189..eb9a97c5e3 100644 --- a/src/onedb/onedb.rb +++ b/src/onedb/onedb.rb @@ -183,6 +183,7 @@ class OneDB timeb = Time.now + puts puts "Total time: #{"%0.02f" % (timeb - timea).to_s}s" if ops[:verbose] return 0