Method: Hookit::Resource::Rsync#run

Defined in:
lib/hookit/resource/rsync.rb

#run(action) ⇒ Object



21
22
23
24
25
26
# File 'lib/hookit/resource/rsync.rb', line 21

def run(action)
  case action
  when :sync
    sync!
  end
end