Sha256: f9d3ea6ecd6b418163a96419c0106de4ee0d33a71c2ddaee80000f24b8c95503

Contents?: true

Size: 227 Bytes

Versions: 14

Compression:

Stored size: 227 Bytes

Contents

require 'flydata/helper/action/agent_action'

module Flydata
  module Helper
    module Action
      class Repair <  AgentAction
        def command(opts = {})
          "sync:repair -y"
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
flydata-0.8.10.2 lib/flydata/helper/action/repair.rb
flydata-0.8.10.1 lib/flydata/helper/action/repair.rb
flydata-0.8.9.11 lib/flydata/helper/action/repair.rb
flydata-0.8.10 lib/flydata/helper/action/repair.rb
flydata-0.8.9 lib/flydata/helper/action/repair.rb
flydata-0.8.8 lib/flydata/helper/action/repair.rb
flydata-0.8.7 lib/flydata/helper/action/repair.rb
flydata-0.8.6 lib/flydata/helper/action/repair.rb
flydata-0.8.5 lib/flydata/helper/action/repair.rb
flydata-0.8.4 lib/flydata/helper/action/repair.rb
flydata-0.8.3 lib/flydata/helper/action/repair.rb
flydata-0.8.2 lib/flydata/helper/action/repair.rb
flydata-0.8.1 lib/flydata/helper/action/repair.rb
flydata-0.8.0 lib/flydata/helper/action/repair.rb