lib/bdsync/lfs.rb in bdsync-2.1.2 vs lib/bdsync/lfs.rb in bdsync-2.2.0

- old
+ new

@@ -87,7 +87,11 @@ end def remote_ensure_parent path local_ensure_parent path end + + def get_remote_file_md5 path + Utils.file_md5 path + end end end