Skip to content

Commit

Permalink
Fix error in pointer file format
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem V. Navrotskiy committed Aug 4, 2015
1 parent 9749d11 commit ebc13e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/git/lfs/migrate/GitConverter.java
Expand Up @@ -213,7 +213,6 @@ private ObjectId convertLFS(@Nullable ObjectId id) throws IOException {
pointer.write("version https://git-lfs.github.com/spec/v1\n");
pointer.write("oid sha256:" + hash + "\n");
pointer.write("size " + loader.getSize() + "\n");
pointer.write("\n");

return inserter.insert(Constants.OBJ_BLOB, pointer.toString().getBytes(StandardCharsets.UTF_8));
} catch (IOException e) {
Expand Down

0 comments on commit ebc13e8

Please sign in to comment.