That's a blob

This commit is contained in:
Matt Diephouse 2014-12-14 19:28:07 -05:00
parent 9153d82f73
commit cc48a9316c

View File

@ -74,10 +74,10 @@ final public class Repository {
return failure()
}
let commit = Blob(pointer.memory)
let blob = Blob(pointer.memory)
git_object_free(pointer.memory)
pointer.dealloc(1)
return success(commit)
return success(blob)
}
/// Loads the commit with the given OID.