Method: Bdsync::Lfs#remote_remove_file

Defined in:
lib/bdsync/lfs.rb

#remote_remove_file(remote_path) ⇒ Object



66
67
68
69
# File 'lib/bdsync/lfs.rb', line 66

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