Method: Bdsync::Lfs#remote_mkdir

Defined in:
lib/bdsync/lfs.rb

#remote_mkdir(remote_path) ⇒ Object



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

def remote_mkdir remote_path
    puts "#{Utils.caller_info 1} mkdir #{remote_path}".white
    FileUtils.mkdir remote_path
    remote_get_object remote_path
end