Method: Bdsync::Lfs#remote_mkdir

Defined in:
lib/bdsync/lfs.rb

#remote_mkdir(remote_path) ⇒ Object



60
61
62
63
64
# File 'lib/bdsync/lfs.rb', line 60

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