Method: Bdsync::Lfs#remote_remove_dir
- Defined in:
- lib/bdsync/lfs.rb
#remote_remove_dir(remote_path) ⇒ Object
71 72 73 74 |
# File 'lib/bdsync/lfs.rb', line 71 def remote_remove_dir remote_path puts "#{Utils.caller_info 1} rm_rf #{remote_path}".white FileUtils.rm_rf remote_path end |