lib/flydata/command/stop.rb in flydata-0.5.8 vs lib/flydata/command/stop.rb in flydata-0.5.9

- old
+ new

@@ -13,10 +13,10 @@ def run sender = Flydata::Command::Sender.new sender.stop if opts.full? helper = Flydata::Command::Helper.new - helper.stop + helper.stop(quiet: true) end end run_exclusive :run end end