class Avm::Git::Launcher::WarpBase

def update

def update
  validate_source_current_revision
  ::Avm::Git::Launcher::MirrorUpdate.new(
    path,
    source_instance.real,
    source_instance.options.git_current_revision
  )
end