require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class Repair < AgentAction def command "sync:repair -y" end end end end end