Method: Bdsync::Lfs#remote_remove_file

Defined in:
lib/bdsync/lfs.rb

#remote_remove_file(remote_path) ⇒ Object



70
71
72
73
# File 'lib/bdsync/lfs.rb', line 70

def remote_remove_file remote_path
    puts "#{Utils.caller_info 1} rm #{remote_path}".white
    FileUtils.rm remote_path
end