lib/flydata/helper/action/stop_agent.rb in flydata-0.7.19 vs lib/flydata/helper/action/stop_agent.rb in flydata-0.8.0

- old
+ new

@@ -2,12 +2,12 @@ module Flydata module Helper module Action class StopAgent < AgentAction - def command + def command(opts = {}) "stop" end end end end -end +end