Method: Bdsync::Lfs#remote_remove_dir

Defined in:
lib/bdsync/lfs.rb

#remote_remove_dir(remote_path) ⇒ Object



75
76
77
78
# File 'lib/bdsync/lfs.rb', line 75

def remote_remove_dir remote_path
    puts "#{Utils.caller_info 1} rm_rf #{remote_path}".white
    FileUtils.rm_rf remote_path
end